Configure the RecordSyncLog Job Policy

A new job, RecordSyncLogPurgeJobPolicy.xml, is defined for purging RecordSynchLog.

By default, the job is not configured. If record synchronization is done, the job must be configured. If it is not configured, impact of History Purge is reduced and many synchronization events are executed. Using History Purge the purging of data is impacted as lesser data is purged.

This job is similar to PurgeJobPolicy and supports deletion of data for an enterprise. If all enterprises need to be deleted, define ALL within the "Scope" option.

The contents of RecordSynchLogPurgeJobPolicy.xml is as follows:

<?xml version="1.0" encoding="UTF-8"?>
<!-- This purge inputs are used when scheduler fires trigger for Purge job -->
  <JobPolicy>
    <RecordSyncLogPurgeJobPolicy>
      <!--Scope>ALL</Scope-->
    </RecordSyncLogPurgeJobPolicy>
  </JobPolicy>

The CronSchedules.xml contains the RecordSyncLog Purge Job. For more details on RecordSynchLog Job, refer to Example of Purge RecordSyncLog.