Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 1.08 KB

README.md

File metadata and controls

16 lines (14 loc) · 1.08 KB

Email Archiver

A Salesforce prototype using a Big Object to archive and restore emails. There are still improvements to make, but provides a basic setup (including batching and scheduling) for archiving and restoring emails. Currently the MessageDate is the only indexed field for the Big Object and the batch class scheduled emails that have a message date greater than one year.

Deploy to Salesforce

To Do List

  • Create Lightning Component / Visualforce Component to display and restore emails from the Big Object
  • Identify additional Big Object fields to index to manage record deletion accurately on restore (currently doesn't delete on restore)
  • Provide user friendly interface to manage the archive schedule rules
  • Update Apex Test Class to cover exceptions
  • Update Apex Test Class to mock Big Object insertions