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
raz rraz r 

Ho do we get all the approver id's from each aproval step in approval process

Ho do we get all the approver id's from each aproval step in approval process ?

We have there are 250 active approval processes are in the system . we need to extract the all the approvers names or id's related to each step in for each approval process.  Is there any way to extract all the approvers list.  It priority..

Thanks in Advance!!!
DavidGantDavidGant
Raz,

You can get that information from the metadata for the Approval Processes. If you have a queriable copy (such as the local copy created when using Eclipse) you can look for the tag <assigned approver>. If you are using Eclipse (or another IDE), you can also use it to open the file and find that tag. It will show the username if one is specifically assigned or will show adhoc or userHierarchyField if those are selected for the step. 

Hope this helps.