New year, new blog, new mission
Welcome 2015! I’m starting 2015 by creating a new blog. This blog is dedicated to building enterprise scale XRM applications. You can read more about what the blog is about in the following page.
Welcome 2015! I’m starting 2015 by creating a new blog. This blog is dedicated to building enterprise scale XRM applications. You can read more about what the blog is about in the following page.
Whether you are using Microsoft Dynamics CRM 2013 in a personal environment or in any of the pre-prod environments it is a good practice to keep your environment up to scratch. One of the items that is usually overlooked is the setting up of Bing maps. If the Bing map key is not entered correctly … [Read more…]
Inspired by Daniel Cai’s CRM 2011 JavaScript Development Cheat Sheet, I decided to create a new Microsoft Dynamics CRM 2013 Client API cheat sheet with all the latest and greatest provided in the new version.
A quick look at the notification feature in Dynamics CRM 2013.
In this second tutorial, we’ll cover different ways of querying Microsoft Dynamics CRM 2011. The sample command line solution contains query examples using fetchXML, QueryExpression, LINQ (late bound and early bound). The solution also covers complex LINQ queries with join statements and conditions.
In this tutorial, we’re going to build a web application with a Microsoft Dynamics CRM 2011 backend. The portal will be using the Microsoft MVC3 framework along with the Razor engine. For the fun of it, I’ll also include a Bing Map.
Concurrency has always been an issue with Dynamics CRM. In this post I will demonstrate how to create an optimistic concurrency control “feature” in a generic reusable way using JavaScript without adding any new attributes.
Ever wondered how to enable tracing for Dynamics CRM?