Where do archived cases go and how can I see them?

rafas_10
Tera Guru

Hi all,

 

I am trying to understand how archiving records work, from attachments to HR Cases.

I see that a rule for the sys_auto_flush table exists but I don't know where the cases go.

 

Also, OOB how are attachments archived from the HR Cases? And how long the case needs to be closed for it to happen?

 

Thanks!

4 REPLIES 4

Sanjay191
Tera Sage

Hello @rafas_10 

Whenever Archive rule runs it show in archive runs section so there  you see the records that has been archived and if any archive destroy rule is running for this it will destroy those records  in define time period.

If my answer has helped with your question, please mark my answer as accepted solution and give a thumb up.
Thank You

 

Gangadhar Ravi
Giga Sage
Giga Sage

Hi @rafas_10 Please check below KB.

 

https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB0782323

 

Please mark my answer correct and helpful if this works for you.

Runjay Patel
Giga Sage

Hi @rafas_10 ,

 

Archiving is typically managed using a table-specific archive rule configured in the sys_archive table.

When HR cases are archived, they are moved to a corresponding archive table. For example, the sn_hr_core_case table records may be moved to ar_sn_hr_core_case.

 

Attachments related to a record are archived along with the record. The system retains the link between the record and its attachments. table name will get change from sn_hr_core_case to ar_sn_hr_core_case.

 

-------------------------------------------------------------------------

If you found my response helpful, please consider selecting "Accept as Solution" and marking it as "Helpful." This not only supports me but also benefits the community.


Regards
Runjay Patel - ServiceNow Solution Architect
YouTube: https://www.youtube.com/@RunjayP
LinkedIn: https://www.linkedin.com/in/runjay

-------------------------------------------------------------------------