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

Open and prepopulate fields onto a new form using JavaScript in Resco Mobile CRM

The only way to achieve opening of a new form is to write some JavaScript using JSBridge. I would assume already that you know how to add commands and OfflineHTML within Woodford.   Below is an example of creating a…

Read More