Tag Archives: Dynamics 365 CRM

Building Custom Connectors for Power Apps and Power Automate Flows – Part 2

With our Azure function ready in the earlier post. We now look at the steps to create a custom connector for this Azure function. Do remember, we have enabled AAD authentication for our Azure function. The APP registration provided while enabling AAD authentication was set for multi-tenant authentication. While we have an easy way to… 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 »

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 »

Create Global Email Template Programmatically in Dynamics 365 CRM

Introduction In this blog, we will discuss how we can create Global Email Template programmatically. Email templates contain prefilled data that you specify, so you don’t have to re-enter the same information for each article. To create an Email template for a specific entity (for Contact) we use logical name of the Entity “templatetypecode=contact”. Similarly,… Read More »

Update Existing Records in CDS (Common Data Service) Using Microsoft Flow

Introduction: In one of our previous blog, we have seen how to create records in Dynamics 365 CRM using Microsoft flow mobile app. In this blog we will see how we can update the existing record in CDS environment using flow mobile app. For example, we want to update the particular Account record using this… Read More »

Call a workflow on Stage Exit of a last stage in business process flow of Dynamics 365 CE

Introduction As Dynamics 365 CRM’s native feature, we can call on-demand workflows from inside a business process flow. We can configure this from the new business process flow designer, by dragging a workflow component to a process stage, or to the Global Workflows section. As you know, we have written a blog on global workflow… Read More »