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

Make a Account Record Readonly
Hi Friends,
I have one requirement in that if a Status check box is checked for a account, that account should not be edited by the user.
How to make this account as readonly.
Please guide me to do this.
Thanks.
Hi Ghilli,
A quick fix for you solution is the following:
1. Create a record type where all fields are set to readonly
2. Create a workflow which is triggered on the change of your check box and which changes the Account's record type the readonly record type
Regards,
Sascha