Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in Salesforce by (13.1k points)
I want to change the object as read only whenever the picklist value becomes close. Can anyone help me how I can able to do that?

1 Answer

0 votes
by (26.7k points)

So basically, you can add a validation rule in it, so that it will throw an error if the value is close and someone wants to add or change the field value.

AND(ISCHANGED(Field__c),ISPICKVAL(Field__c,"Close"))

I hope this will help.

Want to become a Salesforce expert? join Salesforce certification now!!

Want to know more about Salesforce? Watch this video on Salesforce Admin Certification | Learn Salesforce:

Related questions

Browse Categories

...