Welcome to ExtremeCRM…
ExtremeCRM provides coding examples, insights, concepts and options for developing customizations for Microsoft Dynamics CRM 2011. The primary contributor, Brenden Smith is a Microsoft MCP and...
View ArticleDynamics CRM 2011 Rollup 12 Cross-Browser Support
Dynamics CRM 2011 Rollup 12 offers cross-browser support. Microsoft claims a wide range of support which is shown in the table below. My own findings were not as successful. While Firefox seems to...
View ArticleDynamics CRM 2011 REST API
Dynamics CRM 2011 offers a multitude of integration options. There are number of additional items exposed to enable delivery of more dynamic integrated soluions. CRM 2011 supports both Early and...
View ArticleDynamic JSON Converter and CRM 2011
The Dynamics CRM 2011 REST API is a powerful integration option for XRM developers. In a past post I attempted to demonstrate a simplified example of a console app grabbing some SQL data from a...
View ArticleHow to get Microsoft CRM 2011 field attributes
How to get CRM field attributes Say you need to know what all the Required Fields are or list of other field attributes like MaxLength or MinValue, for a set of entities in Microsoft Dynamics CRM...
View ArticleDynamics CRM 2011 Security Roles Best Practices
Security roles in Microsoft Dynamics CRM 2011 are deceptively simple in CRM. Just click a few bubbles and you good. Truth is they can become very difficult to manage if not setup and maintained...
View ArticleCustom Dynamics CRM 2011 ToolTips
Dynamics CRM 2011 does not support custom tooltips or any other built-in method for delivering helpful information to the user when filling out a form. The code snippet below will popup a tooltip and...
View Article