You cannot create a form rule for your custom Multi-Select command which means that you will need to add some Offline HTML to execute your custom rule. To apply your custom rule you will need to add a new command…
Tag: View
How to get more space out of your views in Resco Mobile CRM
This post will show you how you can get some extra space in your views in Resco Mobile CRM. Below is an example of using extra space in the view where I have added custom icons in place of the…
Reading field values in a view from a related entity using JavaScript
If you want to get access to the fields within a view, you will use this solution here: https://docs.microsoft.com/en-us/dynamics365/customer-engagement/customize/display-custom-icons-instead This will give you access to the fields within your view. But its not exactly clear on how to read fields…