
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
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