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 172daf3 commit 27b8beeCopy full SHA for 27b8bee
Core ServiceNow APIs/GlideDateTime/Find Incidents Older Than X Days/readme.md
@@ -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