Skip to main content
I have a validation rule that I need to update but unsure how best to approach it.  Any advise is greatly appreciated.

 

Existing Validation Rule:

 

AND(

 

NOT(ISNEW()),

 

$Profile.Name <> 'System Admin Clone',

 

$Profile.Name <> 'Accounting',

 

$Profile.Name <> 'Accounting Mgr',

 

OR

 

(

 

(ISPICKVAL(PRIORVALUE(Work_Order_Status__c),"Invoiced")),

 

(ISPICKVAL(PRIORVALUE(Work_Order_Status__c),"Closed"))

 

),

 

PRIORVALUE(Download_Customer_Documents__c) <>Null

 

)

 

Change Needed:

 

Need the validation to not throw the error if the field, Current_SV__c field is changed at all.

 

(Current_SV__c is a checkbox)
9 answers
0/9000