Showing posts with label Disable Save button. Show all posts
Showing posts with label Disable Save button. Show all posts

Monday, December 15, 2008

How to disable save buttons on MS CRM form

Disable 'Save':
document.all._MBcrmFormSave.style.display='none'; 

Diable 'Save and Close':
document.all._MBcrmFormSaveAndClose.style.display='none'; 

Disable 'Save and New':
document.all._MBcrmFormSubmitCrmForm59truetruefalse.style.display='none';