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
yvk431yvk431 

Parallel Approval

Hi All,

Need your help in implementing parallel approval process. Let say after submission 4 approvers will be assigned for a single step,  each approval should trigger its own approver again irrespective of the pending approvals. I know this is not possible using out of box approvals, just wondering anyone implemented this already or knew the work around. Please post your ideas/suggestions. 

Thanks,
yvk
Sumitkumar_ShingaviSumitkumar_Shingavi
You need to implement a custom approval process for this. Some of the important considerations during implementing this will be:
1. Need a custom object called Approval Matrix which will hold User and it's rank for approval
2. You need to create custom fields on object where this approval process need to be executed and have triggers to defined next paths.

Hope this helps!

Thanks,
Sumit