-
Recent Posts
Archives
- April 2012
- March 2012
- February 2012
- December 2011
- October 2011
- September 2011
- August 2011
- June 2011
- May 2011
- February 2011
- January 2011
- December 2010
- September 2010
- August 2010
- June 2010
- March 2010
- February 2010
- January 2010
- December 2009
- November 2009
- October 2009
- September 2009
- August 2009
- June 2009
- January 2009
- December 2008
- October 2008
- September 2008
- August 2008
- June 2008
- May 2008
- April 2008
- March 2008
- February 2008
- January 2008
- November 2007
- September 2007
- August 2006
- January 2006
- December 2005
- November 2005
Categories
Meta
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
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