Skip to main content
Shruthi GM a posé une question dans #Sales And Marketing
I have a prepopulating text field where when a user click on the object that particular field will always be prepopulated with text let us assume "abc" for a particular profile.Since it can be edited,user unknowlingly are editing the field which is causing issue.I want a validation rule to prevent this.I have also wriiten the validation rule and it is firing.But the problem is even after the random values are deleted and retained only "abc" then also the validation rule is firing and am unable to save the record.How to overcome this issue.

 

Kindly help.
11 réponses
  1. 27 août 2019, 07:46
    Hi Shruthi,

     

    Try the below formula and let me know if it works for you.

     

     

    AND(

    $Profile.Name = 'random',

    RecordType.DeveloperName = 'random',

    Field__c <> 'abc'

    )

     

    Thanks and Regards

     

    Piyush​​​​​​​
0/9000