MS CRM
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';
1 comment:
Anonymous said...
Looks like this Jscript snippet doesn't disable but hide the buttons.
September 9, 2009 at 4:48 AM
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
Blog Archive
►
2009
(1)
►
June
(1)
▼
2008
(12)
▼
December
(12)
MS CRM 5.0 new features
How to delete records from CRM web forms using jav...
How to update records from CRM web forms using jav...
How to avoid Mouse 'Right Click' Paste feature
How to avoid Copy Paste in input fields
How to disable save buttons on MS CRM form
Customize solutions to Duplicate Detection in MS C...
A record with these values already exists. A dupli...
Fetch XML query builder tool to retrieve data from...
Create fetch XML query using a simple tool for MS ...
How to dynamically create querystring for a webfor...
MS CRM 3.0/4.0 Form how to's
Labels
Avoid Copy/Paste
Course Material
crm to web application call
Ctrl+V
Delete records
Disable Right Click Paste
Disable Save button
Duplicate Detection
Fetch XML
Fetch XML query builder tool
isv.config
javascript
MS CRM
MS CRM 3.0
MS CRM 4.0
MS CRM 5.0
out of sync
tracing
update database using javascript
Followers
About Me
Y H
I have implemented solutions using MS CRM 3.0/4.0, .Net 1.1 to 3.5, MS Biztalk server,SS Reporting Services, Sharepoint.
View my complete profile
1 comment:
Looks like this Jscript snippet doesn't disable but hide the buttons.
Post a Comment