- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-26-2021 10:17 AM
When the "Amount of data copied from large tables" is set to 90 days, the documentation shows:
"Clones the number of days of historical data from large source tables, including task, pa_scores, and metric_instance. By default, the target instance receives the latest 90 days of historical data from the source instance."
Why would I see incidents that are beyond 90 days? Is it based on creation or update of the record?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-26-2021 12:24 PM
Hi KB,
The 'incident' table is not one of the ServiceNow tables referenced in '...large source tables...' ServiceNow is referring to logs, metrics, attachments, workflow contexts, and other tables that collect significant numbers of administrative data.
Incidents and other task-based records are considered core data and the entire table is cloned. If you want to limit the amount of Incident data in a clone, you'll need to create a custom clone data preserver.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-05-2024 03:08 AM
The document says "including task" so I am expecting Incident to be concerned by this option.