You need to sign in to do that
Don't have an account?
Dan Broussard
Stumped on chatter approval quiz
Receiving following error on chatter approvals for Cas object
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 do not have a clue as to missing information. This was a very confusing exercise for me. Newbie I am
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 do not have a clue as to missing information. This was a very confusing exercise for me. Newbie I am
You need to select approver in approval steps as shown in below screenshots
Please mark this as solution if this will help you
Thanks
Amit Chaudhary
amit.salesforce21@gmail.com
All Answers
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 :-
Below blog wil help you:-
http://www.jitendrazaa.com/blog/salesforce/dynamic-approval-process-based-on-the-apex-and-trigger/
http://salesforce.stackexchange.com/questions/17596/required-field-missing-error-when-approval-process-set-to-manually-select
Please mark this as solution if this will help you
You need to select approver in approval steps as shown in below screenshots
Please mark this as solution if this will help you
Thanks
Amit Chaudhary
amit.salesforce21@gmail.com