Reputation: 343
I was wondering are there any known issues regarding Dynamics CRM/365 Mobile App and Custom JavaScript Ribbon enable rules?
My situation:
If I add the following custom JavaScript enable rule:
function EnableMyButton() { return true; }
a. For Web Client – button is presented (which is ok)
b. For Mobile App – it is not visible (which is not ok :()
I have no other scripts attached to my entity form. I’ve the same problem inside Windows Phone and iPad Dynamics 365 apps.
Above mentioned example is very simple; however, I have problem with all the custom JavaScript enable rules inside my CRM instance (Dynamics 365 Online). If I have any custom enable rule attached – custom buttons are just not presented inside mobile application.
Any ideas?
Upvotes: 2
Views: 1025