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.