Archive Table Deletion process - Where does GlideArchiver() stay within SN
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-14-2025 12:35 AM
Hi all,
We are looking to understand how destory rules work in the background and what to know
GlideArchiver().archiveDestroyByRule(xxxx) - how does this do ;
xxxx - sys id of the destory rule.
Where does GlideArchiver() stay in ServiceNow.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-14-2025 01:15 AM
Hi @subbu1,
Check out the following ServiceNow support article below explaining the Archiving process and proeprties available to you. It should give you a good understanding of how to get started and what controls you have:
https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB0782323
Note the best practice tip of running these 'archive rules' on non prod before executing on Production.
Please also take a look at the ServiceNow documentation available here:
To help others (and for me to gain recognition for my efforts), please mark this response correct by clicking on Accept as Solution and/or Kudos.
Thanks, Robbie