Tag Archives: PCF Dataset Control

How to use the SetValue and Save Methods in PCF Dataset Component

Introduction: As new features and functionalities are being introduced in PowerApps Component Framework, we have observed many new methods in the PCF Dataset Component. In this blog, we will discuss about the new entity record methods which are going to replace the WebApi update methods and custom requests to update the records in the dataset… Read More: How to use the SetValue and Save Methods in PCF… »

How to Read and Set Date Format of Logged-in User in PCF Control

Introduction Recently in our PCF control, we got the requirement that when the user selects a date from the calendar control then that date format should be of logged-in user. In this blog, we will check how to achieve the same. Scenario: Here is my current user settings in Dynamics 365 CRM. As you can… Read More: How to Read and Set Date Format of Logged-in User… »

How to get additional column values in PCF Dataset Control using addColumn()

Introduction In our previous blog, Create Configurable PCF Dataset control using Property-set and Property we asked users about which attributes they would like to visualize. Similarly in this blog, we’ll see how to programmatically get the record value in the context along with the other column values. In the previous blog we have seen how… Read More: How to get additional column values in PCF Dataset Control… »