Skip to content

Commit 42af468

Browse files
authored
added more details to the readme
1 parent 0bc7171 commit 42af468

File tree

1 file changed

+4
-1
lines changed
  • Server-Side Components/Business Rules/Auto Approve VIP Approvals

1 file changed

+4
-1
lines changed
Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
## Description:
2-
This Business Rule will auto-approve an Approval [sysapproval_approver] record when the approver and the Requested for on a RITM are the same. This allows VIP users to receive the services they requested faster and avoid an unecesary approval step in the process.
2+
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.
33

44
## Usage Instructions/Examples:
55
This script is specfic for RITM's but could easily be refactored to work for other approvals on the platform (i.e. change requests).
66

77
#### When to run values:
88

99
- 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
1012
- Insert: true
1113
- Update: false
1214
- Note: This could be updated to true if needed for your business process
@@ -15,3 +17,4 @@ This script is specfic for RITM's but could easily be refactored to work for oth
1517

1618
## Prerequisites/Dependencies:
1719
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

Comments
 (0)