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
John Medeiros 15John Medeiros 15 

Customize How Records Get Approved with Approvals - Error Message

Customize How Records Get Approved with Approvals

After reading all the posts and various error messages I went and made some corrections to my approval process.  
But I still get the following error:

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: REQUIRED_FIELD_MISSING, missing required field: [nextApproverIds]: [nextApproverIds]


I am not sure what it means by missing required field: [nextApproverIds] does anyone have an idea on how to fix this or is this another known issue with this module?

Thanks
Amit Chaudhary 8Amit Chaudhary 8
Please check below post for same issue
1) https://developer.salesforce.com/forums/?id=906F0000000B31rIAC
2) https://developer.salesforce.com/forums/ForumsMain?id=906F0000000BBAyIAO
3) https://developer.salesforce.com/forums/?id=906F0000000BK7rIAG

You need to select approver in approval steps as shown in below screenshots.
User-added image

User-added image

Let us know if this will help you

Thanks
Amit Chaudhary
RuchirRuchir
Challenge Not yet complete... here's what's wrong:
Account setup for challenge incomplete. Please add 'Prospect', 'Customer' and 'Pending' picklist values to the Account 'Type' field
facing this issue kindly help me out

Thanks
Ruchir
James McCrearyJames McCreary

You need to add those values to the picklist field in your Account object. Under "Customize" in Setup, expand the Account object and click fields. There is already a field that exists called "Type", simply verify (and add if necessary, I believe I just added Customer and Pending) the picklist values.

Let me know if that works.
 

~James

Anvesh KorukondaAnvesh Korukonda
Thanks Amit. It helped me.