You need to sign in to do that
Don't have an account?

set a field to readonly immediately when a checkbox is checked on Edit page
Hi,
Would like to ask how to set a field to readonly immediately when a checkbox is checked on standard object Edit page.
Can this be done by using VisualForce?
Thanks.
Unfortuantely dynamically changing a field to read-only on a standard salesforce edit page is not possible.
You could use visualforce/javascript, but by doing so you'll have to re-create the edit page using visualforce.