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

Error message with Challenge "Routing Records with Approvals"
Hi - I get the error message :
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]
When running through the challenge "Routing Records with Approvals".
I did a test on a couple of records and the approval process is working as per the requirements of the challenge.
Thank you
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]
When running through the challenge "Routing Records with Approvals".
I did a test on a couple of records and the approval process is working as per the requirements of the challenge.
Thank you
Can you share your code, from error message it is very clear that you are doing DML and yiu missed the required field..
Thanks
There is no Apex code, I only built an approval process through declarative features.
Pierre-Alain
One of the challenge requirements is : "Normally the approver would be someone else. In this instance, assign yourself to be the approver.".
If you assign yourself as the approver (vs 'Manager of Record Owner'), you should be able to pass the challenge. Hope this helps!
Sandeep Bhanot
Salesforce.com
I did the steps as you advised and the problem persisted. After doing further tests. I had to change the setting in the "Approval Steps" section - field "Assigned Approver" from "Manually Chosen" to "Related User: Created By" ( see snapshot below )
Thank for your help on this.
Pierre-Alain
I am facing same problem in Approval process, How Can I resolved these issue ?
Thank You
Rajeshwar
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".
Hope this helps.