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
Lee leeLee lee 

requires approval

In a recruiting application,a custom object called Position requires approval.
When a position record is submitted for approval,the requirements below must be met:
The hiring manager must approve the record.
The approval must be forwarded to all members of the executive team,but only one executive needs to approve the record
The VP of human resources must approve the record

How would a developer meet this requirement?
A.Create multiple approval processes,one for each executive team member,and utilize parallel submission
B.Create an approval process which utilizes parallel  approvers,but does not require unanimous approval
C.Create parallel workflow rules,requiring atleast one executive team member to complete their assigned task.
D.Create an approval process with a step for each executive team member,allowing approval steps to be skipped.
RajKumaR MRajKumaR M
It seems correct answer: B.Create an approval process which utilizes parallel  approvers,but does not require unanimous approval

Since,
A- Multiple Approval process not needed for this
C- Work flow is not supported for this
D- It's skip the steps
VikashVikash (Salesforce Developers) 
Hi Lee,

B is the correct Answer.

Please refer below links to understand Approval Processes:
>http://help.salesforce.com/HTViewHelpDoc?id=what_are_approvals.htm&language=en_US
>https://developer.salesforce.com/page/Approval_Processes
>https://help.salesforce.com/HTViewHelpDoc?id=approvals_terminology.htm&language=en_US

Thanks
Vikash_SFDC