Email retention
Summarize
Summary of Email Retention
The Email Retention feature in ServiceNow allows you to manage email records by archiving and eventually destroying emails that are no longer needed or when the Email table becomes excessively large. This feature is available starting from the Helsinki release and requires the Data Archiving and Email Retention plugins to be active.
Show less
Key Features
- Email Archiving: Moves email records from the Email table to the Archive Email table after they exceed specified time limits.
- Email Destruction: Deletes records from the Archive Email table after they exceed destruction time limits.
- Default Rules:
- Archives emails that are over 90 days old and of type received-ignored or sent-ignored.
- Archives emails older than 365 days.
- Destroys archived emails older than 365 days.
- Compatibility: You can choose to use Email Retention alongside or instead of existing email record management methods, but it is recommended to avoid running multiple processes simultaneously to prevent unexpected deletions.
Key Outcomes
With Email Retention, you can keep emails accessible for a total of two years—one year in the Email table and one year in the Archive Email table—before permanent deletion occurs. Users can access sent emails until they are archived, and archiving impacts how inbound emails are identified as replies. To activate the Email Retention plugin, you need to do so manually on upgraded instances, as it is active by default on new instances.
You can archive and eventually destroy email messages that you no longer need or if your Email table is excessively large.
Email retention is available starting with the Helsinki release.
Email archive and destruction plugins
The Email Retention plugin and associated archive and destroy rules are active by default on new instances. On upgraded instances, you must manually activate both the plugin and the archive and destroy rules. ServiceNow recommends that you review and approve these rules before activating them.
If your instance already has a process to manage email records, you do not need to activate the Email Retention plugin. If you want to replace your current process with Email Retention, be sure to deactivate the current process before activating the archive and destroy rules.
Archiving and destroying email records
Archiving means moving records from the Email [sys_email] table to the Archive Email [ar_sys_email] table when they exceed the archive rule time limit. Destroying means deleting records in the Archive Email table when they exceed the destroy rule time limit.
Default archive and destroy rules
- Emails - Ignored and over 90 days old: archives email message records that were created more than 90 days prior to the current date and are of type received-ignored or sent-ignored.
- Emails - Over a year old: archives email message records that were created more than 365 days prior to the current date.
Email Retention also provides this email destroy rule:
Email Archive - Over a year old: destroys email records that have been archived for more than 365 days prior to the current date.
With these default settings, your email messages are kept on the instance for a total of two years: one year in the Email table, and one year in the Email archive table. At the end of this period, the system deletes the expired email records from the Email archive table.
Compatibility with other record management implementations
If you are already using another method to manage email records, such as table cleaners, you do not have to use the Email Retention feature. To prevent unexpected record deletion, ServiceNow recommends that you avoid using multiple email management processes on the same instance at the same time.
Effects of archiving and deleting email records
Inbound email actions copy the body of an email to the work notes of the related record. If the inbound email record is later deleted, Email Received section is no longer visible in the work notes though it still contain a text copy of the email.
Archiving email records changes the methods available to the system to identify inbound email as a reply. After archiving an email record, the system can no longer use the In-Reply-To field to match an incoming email to an email record. However, the system can still match incoming email to an existing record from a record number or watermark.