Category Archives: Dynamics 365 v9

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 »

Power Automate Flows now available from within Business Process Flows

Business Process Flow helps business visualize their process flow on the Dynamics 365 CRM records and see the progress and the current status of the record along the process. Business processes often require automation of certain actions upon achieving certain stages of the process. With this in mind Microsoft included the ability to invoke. 1.… Read More »

Sales Team Member App shows up in Dynamics 365 CRM

In the last few months, there have been a lot of communication being shared around enforcement of the Team Member license. Team member license have been introduced as an option for light-weight users that only need to access customer information and perhaps record activities but not really involved in sales process involving Quotes, Orders or… Read More »

Associate / Disassociate two entities with 1: N and N: N relationship using Relate & Unrelate records in Power Automate

Introduction Power Automate has been introducing new features and one of them is ‘Relate/Unrelate Records’ feature. This is a step towards new common data service connector and it supports 1: N, N: N relationships. Now, let’s see with an example how it works. We have two entities ‘Contact’ and ‘Web Role’ and there is N:… 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 »

New way for creating and updating records in Dynamics 365 CRM

Introduction We often need to create or update records in bulk in Dynamics 365 CRM and there are several methods available to do so. The Import Data feature enables us to create and update the records in Dynamics 365 CRM. Further, the Bulk Edit button and Excel Online within Dynamics 365 CRM helps us to… Read More »