It has been a long time since I posted my last blog. Here I am posting about “Gamification” an interesting feature of Dynamics CRM. Let me know your thoughts about it or if you wish to add something to it.
Gamification fulfils the obje...
It has been a long time since I posted my last blog. Here I am posting about “Gamification” an interesting feature of Dynamics CRM. Let me know your thoughts about it or if you wish to add something to it.
Gamification fulfils the obje...
Once you have installed the SDK on your machine and have an environment to use, then now it is time to connect to CRM using C# so you can use workflows, plugins etc.
I have already posted a blog here on How to connect to CRM using SDK without NuGe...
In this article we will see how can we connect our custom application to connect to PowerBI instance and trigger data refresh request and fetch refresh histories.
Register application with Azure
The first step to take is to make sure to re...
A plugin is a physical dll and it contains a .Net class. To create a plugin, we register a step (Configuration which identifies what action will take place). After registering the step we select an image (copy of data on which we will run our busi...
Working with Business Process Flow is an important and itegral part of Dynamics CRM. There are situations when as a developer you come across situations where you wish to abort the BPFs or switch to a new BPF process or change the stage.
Entities ...
QueryByAttribute and QueryExpression are classes to query the data from CRM. Below are some of the differences we have:
QueryByAttribute:
QueryByAttribute class is a simple class compared to QueryExpression class. Hence, we can select QueryByAttr...
In dynamics CRM ‘GrantAccessRequest’ class is used to share any record with a team or a User. Similarly ‘ModifyAccessRequest’ class is used to modify the access rights and ‘RevokeAccessRequest’ class is used to ...