Archive for January 2010
CRM 5 & Windows Azure Video - Looking Good MS!
A fellow CRM Guru found this great video which shows windows azzure but also previews a lot of nice features in CRM 5.0 including things like Nested Grids, Visualizations and Dashboards. The new ribbon looks fantastic too!
It gets interesting.
Dynamics CRM 4.0 - Reference Picklist Values With Values Over 200,000 in JavaScript
Hi,
Recently a fellow CRM guru was having some trouble with hiding a tab based on a picklist value. Its a simple piece of code:
//Hide Or Show Display Options Tab
if (crmForm.all."nameofyourpicklistattribute".DataValue == 2)
{
//hide the.
Posted by XRM Consultant