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?
- Create multiple approval processes, one for each executive team member, and utilize parallel submission.
- Create an approval process which utilizes parallel approvers, but does not require unanimous approval.
- Create parallel workflow rules, requiring at least one executive team member to complete their assigned task.
- Create an approval process with a step for each executive team member, allowing approval steps to be skipped.
Reveal Solution Next Question