function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Jessica EiselmanJessica Eiselman 

Error message: Creating an approval process

I've checked trailhead and can't seem to find a solution to an error I'm getting when trying to create an approval process that validates when a prospect account becomes a customer in trailhead. "Challenge Not yet complete... here's what's wrong: 
There was an unexpected error in your org which is preventing this assessment check from completing: System.DmlException: Process failed. First exception on row 0; first error: NO_APPLICABLE_PROCESS, No applicable approval process was found.: []"

If you have any ideas, please let me know. Thanks!
User-added image
User-added image
 
Best Answer chosen by Jessica Eiselman
Amit Chaudhary 8Amit Chaudhary 8
Please check your Entry Criteria. It should be like below :-
(Account: TypeEQUALSProspect) AND (Account: EmployeesGREATER THAN500)

You are checking employe for some D & B Compamy
 

All Answers

Amit Chaudhary 8Amit Chaudhary 8
Please check your Entry Criteria. It should be like below :-
(Account: TypeEQUALSProspect) AND (Account: EmployeesGREATER THAN500)

You are checking employe for some D & B Compamy
 
This was selected as the best answer
Jessica EiselmanJessica Eiselman
Thank you Amit! That fixed it!