The Community is now in read-only mode to prepare for the launch of the new Flexera Community. During this time, you will be unable to register, log in, or access customer resources. Click here for more information.

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Adding New Approver to Workflow to Replace the Current Approver

dbeckner
By Level 10 Champion
Level 10 Champion

If an approver who has requests in their queue waiting to be approved leaves the company and is being replaced by another person, if we add a new approver to the same level as the previous approver will all approvals waiting in the previous approvers queue be picked up by the queue of the new approver?

(1) Solution

CharlesW
By Level 12 Flexeran
Level 12 Flexeran

No. The approval process is basically set at the time that the request is submitted. The only option to do this through the UI would be to manually reset the workflow for each request.  If you wanted to do this through a DB query, you could, provided that you know the old approvers GUID and the new approvers GUID.. in this case, you would simply have to replace the old GUID with the new for the ADGUID column in the WD_ApprovalProcess table. 

View solution in original post

(1) Reply

CharlesW
By Level 12 Flexeran
Level 12 Flexeran

No. The approval process is basically set at the time that the request is submitted. The only option to do this through the UI would be to manually reset the workflow for each request.  If you wanted to do this through a DB query, you could, provided that you know the old approvers GUID and the new approvers GUID.. in this case, you would simply have to replace the old GUID with the new for the ADGUID column in the WD_ApprovalProcess table.