web
You’re offline. This is a read only version of the page.
close
Skip to main content
Community site session details

Community site session details

Session Id :

Community blogs

Featured

Latest blog posts

View all
Like (0)
Gamification in Dynamics CRM 365

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...

Community Member
Like (0)
Gamification in Dynamics CRM 365

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...

Community Member
Like (0)
How to connect to CRM using SDK and NuGet

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...

Community Member
Like (0)
Refresh PowerBI reports using C# and web API

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...

Community Member
Like (0)
Plug-in related topics

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...

Community Member
Like (0)
Working with Business Process Flows

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 ...

Community Member
Like (2)
QueryByAttribute, QueryExpression and FetchExpression in Dynamics CRM

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...

Community Member
Like (0)
Share Records using GrantAccess, ModifyAccess, RevokeAccess and its relation to Pr...

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 ...

Community Member