{Dynamics CRM} Xrm script snippets for Visual Studio. Client side Dynamics CRM development made fast and easy

If you are a Microsoft Dynamics Consultant you are sure to play dirty with the Xrm.Page object model. The client side model of Dynamics CRM is gaining strength with each release and with more and more functions added to the kitty, it becomes really hard for the developers to keep stock of everything new that is there.

To worsen that we have to remember all the exact API names to perform a desired operation. With all these hassles, ever wondered if there was something in visual studio so that when you write client code for Dynamics CRM, you just type some keywords and Visual Studio puts out the entire function block for you.

Well you wished for it and there you have it.  Go to downloads section and just import the snippets into your visual studio. And you are done.

Now open any javascript file in visual studio and start typing CRM keyword and you would find host of shortcut snippets to work. Just TAB out on the desired snippet and you are done.

 

The tool can be downloaded from the following URL – https://xrmsnippets.codeplex.com

 

Stayed tuned for an updated version with more utility snippets

Till then, happy and easy coding.

image image

image

 

Please note that I have put only the most frequently used API’s used in client side code model for Microsoft CRM. Will release more extensive API snippets for ease of development.