function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
chandu kumarchandu kumar 

validation rules account with profile1 we should required the one text field if other profiles not required that text field how"?

Parker EdelmannParker Edelmann
If I understand what you need correctly, this rule may work:
$Profile.Name = "Profile1" && ISBLANK(Text_Field__c)

Let me know if something along this line works for you.

Thanks,
Parker
Parker EdelmannParker Edelmann
Did this help you? If so could you please mark the above as best answer? If you have any questions about this, feel free to reply back.

Thanks,
Parker