You can use several other special values for the Filter property. These filter types can help you when attempting to resolve batch update conflicts. They are:
adFilterNone: Remove the current filter and show all records.
adFilterPendingRecords: Show only the records that have been modified locally but not yet updated on the server. Only available for batch update mode.
adFilterAffectedRecords: Show only the records affected by the last Delete, UpdateBatch, CancelBatch, or Resync call.
adFilterFetchedRecords: Show only the records retrieved by the last call to the database.
adFilterConflictingRecords: Show only the records that failed during the last UpdateBatch call.