Skip to content

Commit e5753d7

Browse files
authored
readme.md
1 parent 3206d0a commit e5753d7

File tree

1 file changed

+8
-0
lines changed
  • Core ServiceNow APIs/GlideRecord/Archiving Old Incident Records to Improve Performance

1 file changed

+8
-0
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
## Purpose
2+
This document explains how to archive old incident records from the `incident` table to an archive table `ar_incident` to improve performance, while preserving historical data for reporting and audit purposes.
3+
## Solution Overview
4+
Use **ServiceNow Archive Rules** to automatically move incidents to an archive table based on specific conditions:
5+
- Incidents that are **closed**.
6+
- Incidents that are **inactive** (`active = false`).
7+
- Incidents that were closed **150 days ago or earlier**.
8+
The records are moved to the archive table `ar_incident`, which preserves all necessary fields for historical reference.

0 commit comments

Comments
 (0)