You need to sign in to do that
Don't have an account?
How we can make a text field read only (none editable) in salesforce
How we can make a text field read only (none editable) in salesforce
In standard layout.
In standard layout.
function readOnly(count){ }
You need to sign in to do that
Don't have an account?
1. Use field level security. Setup / Security Controls / Field Accessibility
2. Use page layout. Go to corresponding pagelayout and mark the field as readonly.
Check this out,
https://help.salesforce.com/HTViewHelpDoc?id=customize_layoutoverview.htm&language=en_US