Tag Archives: Resco App

Using Barcode or QR Code Scanner Control in Custom HTML Page in Resco Mobile App

Introduction Recently we had a business requirement where we needed to scan the barcode/QR Code of the Customer Asset entity record so it can show its information on the HTML page on the home screen of the Resco Mobile App. To achieve this, we followed the below steps: 1. We developed an HTML Page with… Read More »

How to add Dynamics365 Report in Notes of the Current Entity Record in Resco Mobile App

Introduction Recently we had a business requirement where we needed to add Dynamics365 Report as a Note of the current entity record in Resco Mobile App. So to achieve this, we followed the below steps: 1. We added a custom button (i.e.Command) on the Entity Form of the Invoice 2. Then we added an “HTML”… Read More »

Custom Commands in Resco Mobile App

Introduction: Commands in Resco mobile app allow certain actions throughout the whole form. The main principle is to create a command in Woodford, but the logic that need to be performed on execute of the command can be defined in the JavaScript. Let’s consider an example, on “Work Order” user wants a custom command to… Read More »