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..
RSS - Posts

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
By: Aamir Bashir on July 14, 2009
at 7:58 am
Thanks for your encouragement Aamir !!! :)
By: Nishant Rana on July 15, 2009
at 11:13 am