Welcome, Guest |
You have to register before you can post on our site.
|
Online Users |
There are currently 4 online users. » 0 Member(s) | 1 Guest(s) Applebot, Bing, Google
|
Latest Threads |
Finetuning the way you se...
Forum: coreBOS Development
Last Post: alexandy40d
12-06-2024, 07:38 AM
» Replies: 4
» Views: 8,140
|
MariaDB Version
Forum: Administrator Support
Last Post: joebordes
11-01-2024, 11:49 AM
» Replies: 1
» Views: 630
|
Product Catalog / parts c...
Forum: Modules/Extension Support
Last Post: joebordes
09-15-2024, 09:40 AM
» Replies: 1
» Views: 1,107
|
Challenges and Best Pract...
Forum: coreBOS Development
Last Post: wishforbes
08-30-2024, 04:21 PM
» Replies: 0
» Views: 720
|
PRODUCTS IN ACCOUNTS BY O...
Forum: User Support
Last Post: jonathanmoore858
08-03-2024, 04:14 PM
» Replies: 4
» Views: 2,767
|
Zapier | Integration
Forum: Modules/Extension Support
Last Post: bernardgbailey
07-29-2024, 11:45 PM
» Replies: 7
» Views: 9,848
|
Versión PHP recomendada
Forum: International
Last Post: joebordes
07-04-2024, 05:42 PM
» Replies: 7
» Views: 3,331
|
Could Someone Give me Adv...
Forum: Open Discussions
Last Post: joebordes
06-27-2024, 08:32 AM
» Replies: 1
» Views: 1,706
|
RESTRICTED FILE
Forum: Administrator Support
Last Post: inspectorflint
06-22-2024, 08:08 AM
» Replies: 7
» Views: 5,660
|
GENDOC imágenes
Forum: Open Discussions
Last Post: joebordes
06-02-2024, 05:11 PM
» Replies: 4
» Views: 2,038
|
|
|
Chartjs |
Posted by: joebordes - 12-10-2016, 08:42 PM - Forum: Announce
- No Replies
|
|
I have added Chartjs to the project and replaced all the graphs with this library.
|
|
|
[ solved ] Suggestion Scanner Mail enhanced |
Posted by: rslemer - 12-07-2016, 12:08 PM - Forum: coreBOS
- Replies (2)
|
|
I wish when scanner a mailbox,at condition cases, when use option created a new ticket, option created only sender email is already in system.
This way, only register mail ( user, client, leads, anything else ) will create a new ticket, and spammer not created a ticket.
|
|
|
A workflow that assigns invoices to the current user after saving |
Posted by: Guido1982 - 12-06-2016, 07:58 AM - Forum: coreBOS Development
- Replies (2)
|
|
I have this workflow custom function in place:
PHP Code: function updateInvoiceAssignedTo($entity) { global $adb,$default_charset,$log,$current_user;
list($invoice,$invoice_crm_id) = explode('x',$entity->data['id']); // separate webservice ID if (getSalesEntityType($invoice_crm_id)=='Invoice') {
// Get the current user from the session $user = new Users(); $user->retrieveCurrentUserInfoFromFile($_SESSION['authenticated_user_id']);
// list($usr,$usr_id) = explode('x', $entity->data['assigned_user_id']); $query = 'UPDATE vtiger_crmentity SET smownerid=? WHERE crmid=?'; $params = array($user->id, $invoice_crm_id); $adb->pquery($query, $params); } }
But not able to test it, would the getting of the current user ID work by getting it from the session?
|
|
|
Adding a variable to the workflow expression engine |
Posted by: Guido1982 - 12-06-2016, 07:41 AM - Forum: coreBOS Development
- Replies (12)
|
|
Since Business Maps use the workflow expression engine, I'd like to add a new expression. I need to make a business map that defaults the assigned to user to the current user when creating an Invoice from a SalesOrder. As far as I know, there is not expression to get the current user (ID). How would I add this?
|
|
|
Migration Incompleted. Only on 2 browsers. |
Posted by: jvidamins - 12-05-2016, 10:42 AM - Forum: User Support
- Replies (12)
|
|
Getting this message on Firefox and Microsoft Edge when trying to go to corebos install:
Migration Incompleted. Please contact your system administrator.
Problem is, I completed it successfully, pulled in and installed all the updates, and worked on setting up workflows and a bunch of other stuff for about 5 hours. I'm still logged in on Chrome and it's working fine. I haven't logged out from there yet as I'm scared to.
I just can't access it from the other 2 browsers??? Any idea why or how to fix it?
Loving CoreBOS so far! Especially the added options with workflow!!! The ability to check another condition before cron emails are sent out - AWESOME!!!
|
|
|
|