Accelerate CRM web resources development using Fiddler

While developing web resources for Dynamics CRM, it is always a bit of pain to keep publish and test the changes. No matter how much-automated deployment you are talking about but those few minutes of publishing the solution breaks the flow of development for a “developer”. Here is a cool tip, using FIDDLER’s “Auto Responder” …

Continue reading Accelerate CRM web resources development using Fiddler

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.

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.