QuickCRM Mobile gives you access to SuiteCRM on your mobile, your tablet (iPhone, iPad, Android) or your laptop with QuickCRM native apps available on App Store, Google Play and Windows Store.
#5342 - Multiselect DropDown get option from function
I create a multiselect dropdown field that get its options from a function depends on another dropdown list field value. In Suitecrm the field works fine. The options are fecthed from a custom module that have records that are the options. I put my function in custom\Extension\application\Ext\Utils folder named custom_utils.php I do a QuickCRM update from Admin, but in the mobile App I see All the options and not the property options based on function select. If I put my custom_utils.php in custom\QuickCRM folder may be this make the solution i would like to have?
6 months ago
I don't think there is a solution to that. The app can't execute PHP code on the server.
6 months ago
The answer is that I cannot do that in any case? The above process gives what I want to SuiteCRM why not to QuickCRM, I think that the server do the job...not the QuickCRM.
6 months ago
The app runs on your device and not on your server. So it can’t execute code from your server. There might be a solution but I would need to have a look at your custom_utils.php. Could you send that to support@quickcrm.fr?