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
Business wants to have an option to cancel and re trigger the approvals.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
4 weeks ago
HI @Karishma Mehta ,
i do understand that. Based on that statement, i would suggest that you have a UI action to cancel/reject approval, but control the re trigger within the flow.
If my answer has helped with your question, please mark my answer as the accepted solution and give a thumbs up.
Best regards
Anders
Rising star 2024
MVP 2025
linkedIn: https://www.linkedin.com/in/andersskovbjerg/
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
Business wants to have control over both. Cancellation of approval and retrigger as well. The UI action for retrigger of approval is attaching the first approval record but failing to attach the next ones.