Create Custom Hosted Control – Part 3 (Firing USD Events from C#)

In the Part 1 & Part 2 of this series we have seen how do we install USD Project templates in visual studio and how to implement custom logic for the Actions when a Action call is fired by the Administrator. I would recommend you to go through them once as they also cover the Scenario …

Continue reading Create Custom Hosted Control – Part 3 (Firing USD Events from 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

Transfer USD Configurations using ConfigurationMigration tool

One of the key problems/concerns we see after completing development of a USD implementation project is, how do we transfer the configuration data with out any hiccups to the next environment? This risk is a bit high if we are transferring configurations from Test to Live instance where it may not even possible to do …

Continue reading Transfer USD Configurations using ConfigurationMigration tool

Drag/Drop Files in to CRM

Drag/Drop files into CRM to create Attachments.

This is a kind of CRMised solution for my post Copy-paste to upload attachments automatically into CRM via USD.One should have USD in play to use that approach. In this post, I would like to explain a solution which I have created to easily upload the files into CRM. Here is a quick glimpse of …

Continue reading Drag/Drop files into CRM to create Attachments.