You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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