Dynamics 365 Customer Engagement
Recently, I was working on creating a custom connector that has got one action which is a GET request and accepts parameters. The purpose was to use this custom connector in Power…
Dynamics 365 Customer Engagement
In this blog, we’ll see how to create custom API in maker portal and write plugin to implement it. We’ll take the example of refreshing roll up field on demand. This API…
Dynamics 365 Customer Engagement
To enable Microsoft Teams in D365, Go to Settings –> Administration –> System Settings –> General Tab and flip the below highlighted options to Yes. Once done, we’ll be able to see…
Dynamics 365 Customer Engagement
Recently, we copied a production environment to sandbox environment. Then, I was working on a requirement on the sandbox environment for which I created a power automate. The trigger was on create…
Dynamics 365 Customer Engagement
Recently, while importing a solution to target instance, we got an error saying “The datafieldname attribute sab_disablerecordon for control is not valid for create” and the solution import failed. After investigating this…
Dynamics 365 Customer Engagement
Recently, we were working on Power Automate where we were supposed to set a variable for further use based on the value of an option set field in an entity. We used…
Dynamics 365 Customer Engagement
Recently, while deploying Azure Function from Visual Studio, we got an error “Web Deploy cannot modify the file on the Destination because it is locked by an external process”. To fix this…
Dynamics 365 Customer Engagement
In this post, we’ll see how we can perform aggregate function on data such as Sum or Count using PowerAutomate. Unlike LINQ in C# or SQL, it’s not very straight forward to…
Dynamics 365 Customer Engagement
We often come across requirements in which we want to add certain value to the same variable e.g. for integer variable, x=x+5 or for string variable, test=test+”additional”. We were trying to achieve…
Dynamics 365 Customer Engagement
Recently, while activating a Business Process Flow, we got below error: “An attribute with the specified name already exists. Exception Message: Column names in each table must be unique. Column name ‘stageid’…