Skip to content

Commit 452b02e

Browse files
authored
readme.md
1 parent 395dfd8 commit 452b02e

File tree

1 file changed

+4
-0
lines changed
  • Core ServiceNow APIs/GlideAggregate/Count All Open Incidents Per Priority

1 file changed

+4
-0
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
We want to dynamically calculate the number of open incidents for each priority level (1 - Critical, 2 - High, 3 - Moderate, 4 - Low) using server-side scripting.
2+
Table: incident
3+
Field: priority, state
4+
This script uses **GlideAggregate** to count the number of **open incidents** per priority dynamically. Useful for dashboards, automated scripts, or business rules.

0 commit comments

Comments
 (0)