Category Archives: Microsoft Dynamics CRM

Retrieving Entity Data Using JScript

This is a step-by-step recipe for retrieving CRM entity data using JScript and the OData (REST) endpoint in an asynchronous manner. 1. Install JScript Editor Extensions  in Visual Studio. 2. Install Visual Studio project template by double-clicking SDK\Templates\XrmPageScriptDevelopmentProjectCS.vsix. 3. Import … Continue reading

Posted in Microsoft Dynamics CRM | Tagged , | 1 Comment

Microsoft Dynamics CRM 2011 Online Integration Getting Started (Early Bound)

This is a follow up to my previous post Microsoft Dynamics CRM 2011 Online Integration Getting Started (Late Bound). Here I list the steps that I had to do different to work with early binding. After creating the project, I … Continue reading

Posted in Microsoft Dynamics CRM | Leave a comment

Microsoft Dynamics CRM 2011 Online Integration Getting Started (Late Bound)

This is a log of what I did to create a very simple ASP.NET MVC application that retrieves data from Microsoft Dynamics CRM 2011 Online. I had a custom entity called Elev. 1. Created an ASP.NET MVC 3 Web Application … Continue reading

Posted in Microsoft Dynamics CRM | 5 Comments

Adding a Dashboard to a Custom Area (Pane)

Changing navigation is still a matter of hand editing customizations.xml in your favorite XML editor. I wanted to have a new area (pane) with my custom entities and a map (implemented as a dashboard). I accomplished this by inserting the … Continue reading

Posted in Microsoft Dynamics CRM | Leave a comment

Integrating CRM 2011 (on-line) with Windows Azure AppFabric

I just did the same as in my previous post but with the on-line version of CRM. You can then skip all the CRM configuration steps. The discovery URL to use in the plug-in registration tool is https://dev.crm4.dynamics.com (for Europe). … Continue reading

Posted in Microsoft Dynamics CRM | 1 Comment

Integrating CRM 2011 (on-premise) with Windows Azure AppFabric

One of the new features of CRM 2011 is out-of-the-box integration with the Windows Azure service bus (Windows Azure AppFabric). I tried to test this feature with CTP4 but did not reach a working solution. With the beta, it was … Continue reading

Posted in Microsoft Dynamics CRM | Leave a comment