Skip to content

Commit 688c9da

Browse files
readme.md
1 parent 766d3fa commit 688c9da

File tree

1 file changed

+16
-0
lines changed
  • Server-Side Components/Background Scripts/To check incidents having a VIP caller

1 file changed

+16
-0
lines changed
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)