Category Archives: PCF

How to develop PCF control using Office UI Fabric

Introduction PCF stands for PowerApps Component Framework. PCF is used to build the full custom component to enrich user experience. On the other hand, Office UI Fabric is a responsive, mobile-first, front-end framework for developers which is designed to make it simple to create web experiences quickly using the Office Design Language. Recently, we had… Read More »

How to run PCF Control in Multilanguage using .resx (resource) files

Introduction In this blog, we will see how to run PCF Control in multiple languages. Let’s consider a scenario where we have one PCF field control, which contains some user interface part which we currently display in only one language i.e English. Now, we want to display PCF control UI part in more than one… Read More »

How to Add PCF Data-set Control in Dynamics 365 CRM

Introduction: PCF (PowerApps Component Framework) are used to create Field type and Data-set type code components and provide an enhanced user experience for the users to view and work with data in forms, views, and dashboards. In this blog, you will be given information about how to add Data-set control and where you can see… Read More »

Create Records quickly in Dynamics 365 CRM by using new Microsoft Wave 2 feature – Business Card Scanner

Introduction: With the growth of machine learning and artificial intelligence in our day to day life, Microsoft is also embracing ML and AI in Dynamics 365 CRM. With the recent Wave 2 general availability release, Microsoft has added some really good features and one them is – Business Card Scanner. Microsoft has combined its latest… Read More »

How to handle updateView() function call while calling setFullScreen() function in PCF control

Introduction In this blog, we will find out the way to avoid updateView() function to be executed when not necessary. We have developed a PCF control which provides the user to expand and collapse the full screen mode. In that PCF control, UpdateView() has some business logic. Please find the below code that we have… Read More »

Save Time! Now get all the records of Dataset Grid control Swiftly

Introduction With the help of PCF (PowerApps Component Framework) Control, we design control for Dataset Grid, which we can add on any OOB and custom entity to show records that are available in the selected view. We show data for the available set of columns that are added in the selected view. To show all records data in Dataset Grid… Read More »

How to Detect Dataset PCF control is set for Home grid or Sub grid

Introduction In this blog, we will see how to identify whether the current Dataset PCF control is used for home grid or sub grid of Dynamics 365 CRM. Problem: Create one Dataset PCF control and set that control on Account entity home grid. In this control read the current entity home grid records using view… Read More »