Cancel Approval and then Retrigger Approval on RITM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
4 weeks ago
I am working on a POC on my PDI where I have to create two UI actions:
1. Cancels the Approval Record
2. Retriggers the approval record.
I have created a Catalog item, Flow, two UI action buttons.
The UI action for cancelling the approval record is working fine. However, the UI action for retrigger approval is just adding the approval which is cancelled and not adding the next approval record.
Do I have to make changes to the UI action script or Flow for this?
Following scripts are for both the UI actions respectively:
1. For cancelling the approval record:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
4 weeks ago
I don't think I'm understanding your situation completely. Are you saying that the new approval record (that was cancelled) is correctly created, but there are other approvals that are not getting generated? If so, are these other approvals the same or higher order? Should they be created immediately when the UI action is clicked, or following the completion of the first approval record.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
4 weeks ago
These are sequential approvals. Should create only when the first approval record is approved
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
4 weeks ago
Before or if you do not use the first UI action to cancel the approval, is there a flow that is running to handle the sequential approvals? If so, is the flow running on the new approval record that is generated by the second UI action?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
4 weeks ago
Yes, there is a flow created that is handling the sequential approvals. This is working fine. The issue with the generation of second approval by UI action. What changes to be done in the flow ? Also, I don't want to cancel the entire flow and restart it from the beginning.