Posts

Showing posts from February, 2010

navProducts in MSCRM 4.0

nav = document.all.navProds will break in MSCRM 4.0 because the element for navProds has changed to navProducts in version 4. Also, note nav = document.all.navSalesProcess is no longer required (The Sales Process has been removed in version 4) and should be commented out.