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

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

How to add an Order Product to an Order using the Barcode Scanner with Resco Mobile CRM

This article will go into how you can use the JSBridge for Resco to streamline and automate processes. This example will demonstrate how you can add Order Products to an Order just by scanning products within the CRM system. I…

Read More