I have validation rules active on the opportunity object that require certain fields to be populated before the opportunity can be progressed to certain stages. However, after editing an opportunity and filling out the proper fields to have it be progressed the validation error will be triggered the first time I click save, then if I click save a second time the error will NOT trigger and the opportunity will save as it should. We are using the PRIORVALUE function on the validation rules and I thought it may be related to that? Any ideas on how this can be resolved? One of the validation rules I'm referring to I posted below.
ISPICKVAL( StageName , "Stage being progressed to") && TEXT(PRIORVALUE(StageName)) = "Prior stage name" && OR( ISBLANK( PLX__c), ISBLANK( PLY__c) )
&& $Permission.Opportunity_Stage_Bypass = FALSE
Thanks!
1 réponse
Can you post a screenshot of the record that you're testing this with and how you are editing this field?