How to delete certain archived data?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-20-2015 09:57 PM
Due to a special request, I need to archive around 300 incident tickets and permanently delete them from the archive table. (They just don't want the data to exist in the system at all).
How can I delete only these 300 tickets from the archive table, without deleting the other existing data in the table?
I couldn't find any relevant information from wiki, and couldn't find any options to delete the archived data. (Only found option to restore).
Can anyone please advise on this?
Thanks & regards.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-22-2015 11:34 PM
Hi Bariyah,
I assume you need to open an incident towards ServiceNow support if you really need to delete archived data. Support can advise better on how to delete the data, but I haven't see such requests so far.
Regards,
Sergiu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-22-2015 11:51 PM
Hi Sergiu,
OK noted on that. Thank you for your responses
Regards,
Bariyah
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-21-2015 10:48 PM
Hi Bariyah,
If the desire is for archived data not to be reachable by others you may want to consider implementing an ACL that denies any read access to the Incidents that you want to permanently restrict.
Another option, in case you want to prevent this records from been restored, is to delete the log entries at: System Archiving > Archive Log. As the wiki states:
Warning: Do not delete archive record log entries. Deleting an archive log entry prevents you from restoring the data for the archived records.
Also, if it's an option, you may want to choose to change your achieve logic so that your desired records are not archived and are permanently deleted instead.
Thanks,
Berny
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-22-2015 11:52 PM
Hi Berny,
Thank you for your reply and suggestions. We will look into that.
Best regards,
Bariyah