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 53835b8 commit 7675f4bCopy full SHA for 7675f4b
Server-Side Components/Business Rules/AbortChangeRequest/README.md
@@ -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