<DroppedRecordBehaviour type="DELETE" />
so that any records that are no longer in the source are deleted in the target.<DroppedRecordBehaviour type="IGNORE" />
otherwise it will delete any records that are not in your partial record set. You are unable to delete any records during a partial data synchronization.<Filter>[Transaction Date] > 100000 </Filter>
suppressDuplicateErrors="false"
When running the countries sync since we expect duplicates and that is not an error.