Friday, July 17, 2009

Hide any tab of CRM form

To hide any tab of MS CRM form, we are reuqired to write JavaScript on "OnLoad" event of that form.

Just add following line in OnLoad event

crmForm.all.tabTab.style.display = "none";

Replace with the index number of the tab.
The first tab has index 0, the second 1 and so on.

If the notes tab is the fourth tab in a form, the code will be

crmForm.all.tab3Tab.style.display = "none";

1 comment:

  1. I like your post. It is good to see you verbalize from the heart and clarity on this important subject can be easily observed... sales automation crm

    ReplyDelete