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..
Discover more from Nishant Rana's Weblog
Subscribe to get the latest posts sent to your email.

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
LikeLike
Thanks for your encouragement Aamir !!! 🙂
LikeLike
Hi
I have form assistant in one entity , i want to display one field value in form assistant field . that shoud i write in onchange . can u please provide solution for this . thank you in advance .
LikeLike