Skip to content

Commit 27b8bee

Browse files
authored
readme.md
1 parent 172daf3 commit 27b8bee

File tree

1 file changed

+10
-0
lines changed
  • Core ServiceNow APIs/GlideDateTime/Find Incidents Older Than X Days

1 file changed

+10
-0
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
## Overview
2+
This script retrieves incidents that were opened more than X days ago using **GlideDateTime** and **GlideRecord**.
3+
Useful for reporting, escalations, notifications, and cleanup tasks.
4+
5+
## Table and Field
6+
- **Table:** `incident`
7+
- **Field:** `opened_at`
8+
9+
## Parameters
10+
- **X (number of days):** Defines the threshold for old incidents (e.g., 30 days).

0 commit comments

Comments
 (0)