I had a requirement to display a list of Services and Products onto a Quote report. But list all the services on top of each product within the report. This means that I will need two Repeaters which displays a…
Tag: Report
Field Service Technician Service Reporting Development Guide
Microsoft have documentation covering their service reporting functionality – Field Service technician service reporting | Microsoft Docs. You will first need to download the reporting solution provided by Microsoft and install it into your environment. Next you will need to…
PCF – Email Report
I created this PCF to allow users to create an email record and automatically generate and attach a SSRS report. You can download the managed solution here. Link to the PCF Gallery here. Setup To add the PCF component to a form,…
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…
The state of Reporting for Field Service Mobile version 9.1
This post will go into detail on the current state of Reporting for Field Service Mobile version 9.1. Below is just showing evidence of the version number of the app I was running. Mobile Reports One way of developing custom…
How to create a SSRS Report for one or more selected records
This article will go into detail on how to create a report using SSRS which will run for one or more selected records. Firstly you should create two reports: Main Report Sub Report You can call these what ever you…
How to add an Option Set as a parameter in a SSRS Report
In this post I will go through how you can create a SSRS Report parameter which contains Option Set values.
To get all the values of your Option set, you will need to use the FetchXML below: