Archive Table Deletion process - Where does GlideArchiver() stay within SN

subbu1
Tera Contributor

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.

 

 

1 REPLY 1

Robbie
Kilo Patron
Kilo Patron

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:

https://www.servicenow.com/docs/bundle/xanadu-platform-administration/page/administer/database-rotat...

 

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