Asynchronous CRUD Operations in USD

Asynchronous CRUD operations in USD using CRM V9 updates.

It’s been quite a long time by posting a new blog post, bit occupied with our Jr. all these days 🙂 .. I would like to start with the almost new version of USD 3.0 in my come back blog. There are quite a good amount of features present in the new version and 1 …

Continue reading Asynchronous CRUD operations in USD using CRM V9 updates.

CRM To Sharepoint Integration with REST Api

CRM-Sharepoint integration with Sharepoint REST API using Custom Workflow – C#

Working for a client last week where in we got a requirement to create a Sharepoint list item when a new Lead is created in CRM. Being a CRM Resource, I have first checked the options (OOB/configurable) available for me and the first thing that came in to my mind is Microsoft FLOW. A quick …

Continue reading CRM-Sharepoint integration with Sharepoint REST API using Custom Workflow – C#

Execute Action from WebApi in Dynamics CRM

Execute multiple operations with single service call from Client (CRM WebAPI) using Custom Actions.

I'm sure this post will answer 2 questions. a) How to call Custom actions from WebAPI b) How to reduce the "chatting" b/w client n' server. When it comes to #b, reducing chatting b/w client n' server - Imagine you have a custom web resource from which you are creating/updating multiple records in to CRM, …

Continue reading Execute multiple operations with single service call from Client (CRM WebAPI) using Custom Actions.

Connect to CRM WEbapi from Console application with Fixed Credentials

Connect to Dynamics CRM WebApi from Console Application (Without Authentication popup)

Hi Friends, This is the quick post as an extension to my previous post on How to connect to Dynamics CRM Webapi from Console application where I have discussed how to do the app registration in the Azure, Getting the client Id, Generating token and then Connecting to the WebAPI using the generated token. If …

Continue reading Connect to Dynamics CRM WebApi from Console Application (Without Authentication popup)

Connect to Dynamics CRM WebApi from Console Application

Last night I heard about this requirement from one of my close friends and frankly speaking when I initially heard about it, I though it should be pretty straight forward and we should have good amount of examples out there in the www. But on to my surprise I barely can see very few examples …

Continue reading Connect to Dynamics CRM WebApi from Console Application