07-10-2014 02:43 AM
One of our customers wants us to make it not possible to add or edit accounts and contacts through the mobile client because of mistyping and duplicate detection. So first I removed th Secured Actions "Account/Add", "Account/Edit", "Contact/Add" and "Contact/Edit" in their Roles.
To add new Contacts through Account Detail is no longer possible,editing them is also disabled.
Now we have one problem left: The Quick Action (the lates available btw.) "Add Account/Contact" is still available and it's still possible to create new Accounts so.
Is it possible to remove this entry? Is there some code I can add to the home.js or the minified argos-saleslogix.js?
I found this already: http://community.saleslogix.com/t5/Developer-LAN-Mobile-Visual/Mobile-2-0-for-7-5-4-Homescreen/m-p/1...
but I'm really new to customizing the MobileClient and to Javascript generally. So I'm not really sure how to act here and If this is still workin.
Solved! Go to Solution.
07-14-2014 11:11 AM
Here is an example of modifying the left drawer (global menu) to do exactly what you need:
https://github.com/Saleslogix/argos-sample/blob/master/src/ApplicationModule.js#L307
07-15-2014 01:03 AM
07-15-2014 03:57 AM - edited 07-15-2014 03:57 AM
07-15-2014 04:00 AM
07-15-2014 06:30 AM