Generating a mobile report and attaching it to an email using JavaScript in Resco Mobile CRM

In this post I will show an example of how to execute a mobile report and sending it within an email using javascript in Resco CRM. I had a requirement to provide a way of quickly creating an email with…

Read More

How to upgrade from v9.1 to v11+ for Field Service Mobile

Microsoft have added an official article on how to upgrade your mobile project https://docs.microsoft.com/en-us/dynamics365/field-service/mobile-upgrade-project. You have 2 options: Import the new project template from Microsoft, derive the template and create a child project, and manually recreate your customizations in the…

Read More

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…

Read More