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
You almost answered your own question :) Try using the ISCHANGED() function. https://help.salesforce.com/apex/HTViewHelpDoc?id=customize_functions_i_z.htm&language=en_US#.ISCHANGED