Manipulating Approvals without effecting the flow
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-10-2024 04:10 AM
Hi all,
I have a business requirement. When approvals are raised from a flow designer, is it possible to add or modify the users in the approvals without affecting the existing flow that’s currently running?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-10-2024 05:28 AM
Hi @sroyc ,
yes you can do that, it won’t impact the approval process but you should have at least one member to approve the request.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-10-2024 05:46 AM
Let me clarify the requirement so you can assist effectively.
We have a custom table with fields for Validators and Approvers. Upon record creation, Validators and Approvers are selected, and the approval process first routes to the Validators, then to the Approvers. If someone was mistakenly omitted from the Validators list and needs to be added to the approval process for the same record without disrupting the ongoing flow, how can we achieve this?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-10-2024 05:56 AM
So you are saying if approval was not trigger to validator due to omit or not selected value flow skipped the validator approval and send to for approver approval. Now you want to get it first approved by validator and den approver right?
If that is the case approval will not trigger back to validator.
solution: you need to make sure on form itself that validator and approver should not be empty.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-10-2024 06:03 AM
No, the flow is triggering, and the approvals are proceeding correctly. However, if I realize after the approvals have already been sent to the Validators that someone was missed, how can I add this new person as a Validator without disrupting the flow? This new Validator should also need to approve the record.