Skip to content

Commit 84bffa8

Browse files
authored
Create readme.md
1 parent a93e82a commit 84bffa8

File tree

1 file changed

+8
-0
lines changed
  • Server-Side Components/Scheduled Jobs/CancelApproval

1 file changed

+8
-0
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)