Purge Rate Book Export Result work queue

Code

PurgeRateBookExportResult

Categories

UIRunnable, Schedulable

Implementation

Work queue

Schedule

Every day at 3 a.m.

Class

RateBookExportResultPurgeWorkQueue.gs

The Purge Rate Book Export Result work queue removes spreadsheets and XML files resulting from exporting rate books to spreadsheet or to XML. This process removes RateBookExportResult Excel and XML files that are more than 60 days old. Specify the number of days in the RateBookExportResultAgeForPurging parameter in config.xml.

This process removes the files from the PolicyCenter database only. It does not remove files downloaded to the user’s computer.

To disable this process, set the PurgeRateBookExportResultEnabled parameter in config.xml to false.

See also