Tag Archives: PCF Control

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

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… Read More »

Create Multi Select Optionset using PCF Control

Introduction: Recently in one of our project, we had come acorss a requirement where we needed to create a PCF control for multi select optionset field  with which user can visualize the values in a list form. In the new updates of PowerApps Component Framework, with the help of MultiSelectOptionSet type property, now we can… Read More »

How to Sort Dataset in PCF Control?

Introduction In this blog, we will see how we can sort records in the dataset in PCF control. The dataset object does have the property “sorting” which we can use to sort records according to a particular column in ascending or descending order. To keep dataset designing simple and easy to understand we will be… Read More »

isRTL property of UserSettings API in PCF Control to Determine Language within Dynamics 365 CRM

Introduction As we know, PCF control can be run in multiple languages. Each language has a script to be written and it will be written with a direction. Some languages are written in the left-to-right direction, whereas some are written in the right-to-left. For example, English language script is written left-to-right, whereas Arabic language script… Read More »