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

Customize How Records Get Approved with Approvals Challenge
I keep getting the error message: The process did not set the correct Type value on submitting for approval.
I noticed that when I try creating a field update and need to enter a field to update, Account Type isn't an option for me to choose from from the standard fields. I'm not sure if this may be the problem and I don't know what to do to fix it. Please help!!
I noticed that when I try creating a field update and need to enter a field to update, Account Type isn't an option for me to choose from from the standard fields. I'm not sure if this may be the problem and I don't know what to do to fix it. Please help!!
1) https://developer.salesforce.com/forums/?id=906F0000000B32GIAS
2) https://developer.salesforce.com/forums/?id=906F0000000BPe5IAG
3) https://developer.salesforce.com/forums/?id=906F0000000BFpcIAG
Please check below post for screen shot
1) https://developer.salesforce.com/forums/?id=906F0000000BPe5IAG
Your Entry Criteria should be like below:-
(Account: TypeequalsProspect) and (Account: Employeesgreater than500)
And you need to create three workflow field update to set Type field
1) On Initial Submission Actions to set Type field Pending
2) On Final Approval Actions to set Type field as Customer
3) On Final Rejection Actions to set Type field as Prospect
I get an error (after butchering my Account Type picklist to just have three entries - Prospect/Pending/Customer)
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]
Any help?
---Salesforce Answers