You need to sign in to do that
Don't have an account?
Routing Records with Approvals Trailhead
Hello,
When I try and complete the challnge i recieve the below 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]
Really not sure what this means ... Can anyone help please?
When I try and complete the challnge i recieve the below 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]
Really not sure what this means ... Can anyone help please?
Check this thread which helps you to solve your problem https://developer.salesforce.com/forums/ForumsMain?id=906F0000000BBAyIAO
All Answers
Check this thread which helps you to solve your problem https://developer.salesforce.com/forums/ForumsMain?id=906F0000000BBAyIAO
For Standard Approval:-
When you are on the detail page of the approval process - in the section "Approval Steps" - click on "Edit" in front of the step - Next - Next - you will come up with the screen "Step 3. Select Assigned Approver" - select "Automatically assign to approver(s)." - and pick "related User - Created By".
FOR APEX CODE:-
If you are using code for approval then please try below code :-
Same issue resolved on below link
https://developer.salesforce.com/forums?id=906F0000000BK7rIAG
Please mark this as solution if this will help you
Thanks
Amit Chaudhary
amit.salesforce21@gmail.com
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: REQUIRED_FIELD_MISSING, Required fields are missing: [Approval_Process__c]: [Approval_Process__c]"
Any advice on how to solve this?