Category Archives: Dynamics 365 v9

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 »

Embedding Canvas Apps within Model Driven Apps, Power Apps Portal, Power BI and Custom Websites

Canvas Apps is the new Citizen developer to quickly design pixel perfect mobile apps with very little to no pro-dev knowledge. While Model Driven apps allow for drag and drop interface for form design, they still do have a strict layout and you cannot really place controls wherever you want. This is where Canvas Apps… Read More »

Programmatically register Post or Pre Image for plugin step with required attribute parameters

Introduction There is a client requirement to register a plugin dynamically on update of owner field. In this blog we will explain how to get only required attribute parameters while registering Post or Pre image for plugin step. If you want to programmatically validate Pre/Post plugin step then please refer this. Below is code for… Read More »