Posted by: Nishant Rana | July 14, 2009

Hiding form assistant in CRM

Hi,

We could use the following script to hide the form assistant in Crm , we would use it in the form load event

document.getElementById(‘RelatedInformationPane’).style.display=’none’;

// ToggleInformationPane() to toggle the form assistant pane

document.all.RelatedInformationPane.ToggleInformationPane();

For CRM 4.0, go to customization ->customize entities-> select your entity–> select form properties->select Display tab and uncheck enable form assistant check box !!

Bye..


Responses

  1. It is nice that u put efforts to write something new almost every day …I hope some day someone ll notice it and u ll get MVP award :=)………..Keep sharing the kool stuff bro

    • Thanks for your encouragement Aamir !!! :)


Leave a response

Your response:

Categories