Skip to content

Commit f802c1d

Browse files
authored
Create Readme.md
To identify and list all high-priority incidents that are currently active, enabling quick review and escalation if needed
1 parent 446b78a commit f802c1d

File tree

1 file changed

+22
-0
lines changed
  • Server-Side Components/Background Scripts/Fetch P1 active records

1 file changed

+22
-0
lines changed
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# Fetch Active P1 Incidents – ServiceNow Background Script
2+
3+
This script retrieves all **active incidents** with **Priority 1 (P1)** from the ServiceNow `incident` table. It is useful for monitoring critical issues that are still unresolved.
4+
5+
## 🧩 Purpose
6+
7+
To identify and list all high-priority incidents that are currently active, enabling quick review and escalation if needed.
8+
9+
## 🛠️ Script Details
10+
11+
- **Table**: `incident`
12+
- **Filters Applied**:
13+
- `active = true`
14+
- `priority = 1` (P1)
15+
16+
## ▶️ How to Use
17+
18+
1. Navigate to **System Definition > Scripts - Background**
19+
2. Paste the script into the editor
20+
3. Click **Run Script**
21+
22+
## 🧪 Example Output

0 commit comments

Comments
 (0)