Avtex Blog: News and tips on technology solutions

Tag Archives: CRM 2011

Windows 8 RTM and CRM 2011

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

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

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