You need to sign in to do that
Don't have an account?

Process Automation Specialist - step 5
Hi everyone,
I keep getting this error message no matter what I change and try, any insights?
"There was an unexpected error in your org which is preventing this assessment check from completing: System.DmlException: Insert failed. First exception on row 0; first error: FIELD_CUSTOM_VALIDATION_EXCEPTION, Requirements for opportunities > $100,000: []"
Can anyone isolate it to the Approval Process or Process Builder?
I keep getting this error message no matter what I change and try, any insights?
"There was an unexpected error in your org which is preventing this assessment check from completing: System.DmlException: Insert failed. First exception on row 0; first error: FIELD_CUSTOM_VALIDATION_EXCEPTION, Requirements for opportunities > $100,000: []"
Can anyone isolate it to the Approval Process or Process Builder?
In Set up > Object Manager > Opportunity > Validation Rules
Use this formula in your validation rule:
Amount >100000 && IsClosed=True && Approved__c =False
This is my process:
Were you able to clear that issue out. I have the same error while my process is fairly similar.
Hi ,
That formula worked for me. Thanks
Ratna