- Flexera Community
- :
- App Broker
- :
- App Broker Forum
- :
- Adding New Approver to Workflow to Replace the Current Approver
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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?
- Mark as New
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
This thread has been automatically locked due to inactivity.
To continue the discussion, please start a new thread.
- Mark as New
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
