I just loaded my system with the RTM version of Windows 8 and had 3 specific tips to make using CRM 2011 easier on this new OS (at least while using your system in a non-touch mode). 1) Use the Internet Explorer version from your desktop instead of the Internet Explorer App. ...
Read more
Tag Archives: CRM 2011
Dynamics CRM Anywhere
Big news released today! In April/May 2012, Microsoft will release the next iteration of Dynamics CRM 2011 code, which they package up into functionality internally codenamed “R8″. There are lots of great features coming that you can read all about in the new Statement of Direction. Here are a few...
Read more
Updating a Child Entity Using JScript and the REST Endpoint for CRM 2011
One of the most common requests that we have on any CRM project is to update child entities when a field changes on the parent record. This usually meant writing a plug-in in C# to handle this because it was quick and pretty easy to do. With the introduction of...
Read more
The Key to CRM Success
When you look at the difference between successful and challenging CRM implementations, the biggest differentiator is usage. If the people who who capture the data like and want to use the system because it helps them do their job more efficiently, they will use it and the implementation will be a...
Read more
Disabling all Fields on a Form in CRM 2011
CRM 2011 has a very intuitive JavaScript object model. You are able to access fields and controls with ease. Take a look at how easy it is to disable all the fields on the form. Add this code to your web resource:function doesControlHaveAttribute(control) { var controlType = control.getControlType(); return controlType !=...
Read more





