Skip to main content
I have the below validation rule set up and what I'm trying to do is if IA_Sept_Actual_Revenue_Entered__c (Checkbox) is checked/true then IA_Sept__c will not be able to be edited. 

 

IA_Sept_Actual_Revenue_Entered__c =True 

 

&& 

 

ISCHANGED( IA_Sept__c )

 

I'm running into an issue that for some reason when I try to edit another field on the page the validation rule prevents me from saving the record. 

 

Any thoughts?
1 answer
  1. Mar 11, 2016, 12:07 PM
    Abby,

     

    I believe your validation rule looks good. Do you have any Workflow/Flow/Process/Apex that update the IA_Sept__c field? This could be causing a field update even though you aren't changing the field directly. 

     

    Cheers, 

     

    James
0/9000