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

validation rule on custom picklist
I need a validation rule which status picklist is "converted " then this field must be readonly for all the profiles except to system admin.
Please help me!
You need to sign in to do that
Don't have an account?
I need a validation rule which status picklist is "converted " then this field must be readonly for all the profiles except to system admin.
Please help me!
AND($Profile.Name <> "System Administrator",
ISCHANGED(Status),
PRIORVALUE(Status) = "Converted")
This means it will be readonly for all profiles except system Admin?
In means of data changing and saving it act like readonly.
but in look and feel it will be editable.