Friday, March 12, 2010

HIde Left Nav Bar of CRM from in MS CRM 4.0

Here is the JScript to hide the left navigation area (completly) of any CRM form.

document.all.crmNavBar.parentElement.style.display = "none";
document.all.tdAreas.colSpan = 2;

1 comment:

Anonymous said...

Love it. Thanks.