We intended to open a specific Product form, distinct from the default one, when clicking a view button. Since using a ‘Select Form’ rule was not viable, we opted for the following code solution. When employing the ‘FormManager.showEditDialog’ function, we…
Tag: Offline HTML
Loop through selected records in a Multi-Select view custom command with Resco Mobile CRM
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…
Open Google Maps or Waze from Resco Mobile CRM
Field Agents who frequently travel will most likely be comfortable with using well known and familiar applications to set their journey directions, such as Google Maps or Waze. Below is code which is triggered from a command. In this case…
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…
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…