You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This Business Rule will auto-approve an Approval [sysapproval_approver] record when the Approver and the Requested for on a RITM are the same, and the user is a VIP User. This allows VIP users to receive the services they requested faster and avoid an unecesary approval step in the process.
3
+
4
+
## Usage Instructions/Examples:
5
+
This script is specfic for RITM's but could easily be refactored to work for other approvals on the platform (i.e. change requests).
6
+
7
+
#### When to run values:
8
+
9
+
- When: after
10
+
- Note: This could run before, but I choose to make an update on another table (aka add a comment to the RITM about the auto-approval)
11
+
- Note 2: If you choose to run this before, please remove the 'current.update()' from line 11 in the script
12
+
- Insert: true
13
+
- Update: false
14
+
- Note: This could be updated to true if needed for your business process
15
+
- Filter Conditions: Source table is sc_req_item AND State changes to Requested
16
+
- Note: The source table can be changed to other tables such as change_request
17
+
18
+
## Prerequisites/Dependencies:
19
+
1) A Catalog Item with approvals from VIP users
20
+
2) A business process that allows VIP Users to bypass their own approvals
0 commit comments