You need to sign in to do that
Don't have an account?
naveen kumar 657
how to make record read only
Hi Gurus ,
I have requirement i want make entire record read only if Status is changed to closed .
Read only conditions apply all profiles no one able to edit the record . tell me best solution for this requirement .
please help me
Thanks ,
Naveen K.
I have requirement i want make entire record read only if Status is changed to closed .
Read only conditions apply all profiles no one able to edit the record . tell me best solution for this requirement .
please help me
Thanks ,
Naveen K.
We can Achieve this by using workflows rules.
First create a new record type as a "Rean only", it has only read only permission to all profiles .next create workflow on status field.
if "status" is changed to "Closed" we can update the record type field.
Regards,
Brahmaiah
All Answers
We can Achieve this by using workflows rules.
First create a new record type as a "Rean only", it has only read only permission to all profiles .next create workflow on status field.
if "status" is changed to "Closed" we can update the record type field.
Regards,
Brahmaiah
I have created as you said . but still editable .
Created new prolife given read access
Created record type assign Read only page assignments
Created Read Only layout ..
still not working
then create a validation rule on the record:
for example.
Account.start_date_read_only__c < now()
thanks
Dimi