Skip to content

Commit 7675f4b

Browse files
README.md
1 parent 53835b8 commit 7675f4b

File tree

1 file changed

+14
-0
lines changed
  • Server-Side Components/Business Rules/AbortChangeRequest

1 file changed

+14
-0
lines changed
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Change Request Limit (ServiceNow)
2+
3+
## Overview
4+
This customization prevents users from creating more than **5 Change Requests** in ServiceNow.
5+
6+
If a user has already created 5 or more requests, the system shows an error and stops the record from being submitted.
7+
8+
# How It Works
9+
10+
1. User creates a Change Request.
11+
12+
2. Script Include counts how many CRs they already have.
13+
14+
3. If count > 5 → Show error → Stop record creation.

0 commit comments

Comments
 (0)