Purge RecordSyncLog

RecordSyncLog is used to keep summary of record synchronization.

Since the RecordSyncLog is a copy of the rows from ProductLog, the ProductLog can be easily deleted. However, if an event is present in RecordSyncLog, the event is not deleted. All the data related to the event in the RecordSyncLog is retained as important data. Use the scheduler job to remove all the older entries from RecordSyncLog.

To purge the RecordSynchLog, a new schedule job RecordSyncLogPurgeJobPolicy.xml is defined. The schema for the RecordSyncLogPurgeJobPolicy.xml file is located in the $MQ_HOME\schema\config\scheduler\1.0\RecordSyncLogPurgeJobPolicy.xsd folder.