Customisation
Microsoft Dynamics CRM 2013 Client API Cheat Sheet
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.
Microsoft Dynamics CRM 2013 – Notifications
A quick look at the notification feature in Dynamics CRM 2013.
CRUD with Microsoft Dynamics CRM 2011
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.
Build a Portal with a CRM 2011 backend
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.
Microsoft Dynamics CRM 2011 – Concurrency Control
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.