Tuesday, November 15, 2011

Hiding Tabs and Sctions in CRM 2011

Replaced the old code of  CRM 4.0
crmForm.all.tab1Tab.style.visibility = "hidden";
crmForm.all.tab1Tab.style.position = "absolute";

with

 Xrm.Page.ui.tabs.get(tabNumber).sections.get(sectionNumber).setVisible(true);
eg:

Xrm.Page.ui.tabs.get(1).sections.get(5.setVisible(true);
on tab 1 and section 5

Migrated to CRM 2011 today 11/15/2011

Migrated to CRM 2011 today 11/15/2011

Monday, November 14, 2011

Passed Microsoft CRM Dynamics Sure Step Certification

I earned my Microsoft CRM Dynamics Sure Step Certification last week 11/7/2011.
The exam was quiet interesting and challenging. I had prepared through the study materials and  implementations.