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 766d3fa commit 688c9daCopy full SHA for 688c9da
Server-Side Components/Background Scripts/To check incidents having a VIP caller/readme.md
@@ -0,0 +1,16 @@
1
+# VIP Caller Incidents Background Script
2
+
3
+## Description
4
+This background script fetches all incidents where the caller is marked as a VIP user
5
+and prints the incident number and short description in the logs.
6
7
+## Usage
8
+1. Go to **System Definition > Scripts - Background** in ServiceNow.
9
+2. Paste the script into the editor.
10
+3. Click **Run Script**.
11
+4. Check the output in the logs.
12
13
+## Prerequisites
14
+- The User table must have a **VIP checkbox** (`vip` field).
15
+- The Incident table must have a `caller_id` reference field.
16
0 commit comments