How to modify the OOB Field Service technician service Report using PCF control

OOB field service

Recently we had a requirement from one of our clients for incorporating the customization in the OOB Field service technician service report in the field service mobile and web app. Microsoft Field Service Reporting is a managed solution that can be installed in the environment. Once you install the solution, the Report will appear on […]

Use of async-await in virtual PCF control

virtual PCF control

Recently while working on the virtual PCF control we noticed that the updateView() in the virtual PCF works in a different manner as compared to standard PCF control with async functions. In standard PCF control, the return type of the updateView() is void while in the virtual PCF the return type is react-element. So when […]

Use of isPropertyLoading property in PCF Control

PCF control

Recently, while diving deep into the newly introduced virtual PCF component, I faced an issue where the PCF control wasn’t loading the data on the 1st load of the page. Let’s have a look at the issue first. As seen in the below screenshot, I have added our PCF control on the First Name field. […]