We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a93e82a commit 84bffa8Copy full SHA for 84bffa8
Server-Side Components/Scheduled Jobs/CancelApproval/readme.md
@@ -0,0 +1,8 @@
1
+Scheduled Script Execution: Auto-cancel RITM if group manager approval pending after 30 days
2
+
3
+This script:
4
+- Finds RITM records older than 30 days
5
+- Checks if any group manager approvals are still pending (state='requested')
6
+- If so, cancels the RITM (sets state to 'Cancelled')
7
+Usage:
8
+- Schedule this script to run daily.
0 commit comments