Table of Contents

EXT Full Sync

This interface should be implemented if the External System Type supports full synchronization.

A Full Synchronization is a feature where all records in all the tables configured for the external system will be synchronized to the remote system. It is normally performed by

  1. (optional) Initialization of the remote system.
  2. Change log entries are created for all records in all the tables configured for the external system, for each external subsystem (if any).
  3. Synchronization of all change log entries created above to the remote system.

Object Definition

Object TypeInterface
Object NameQWESR EXT Full Sync

Procedures

Name Description
FullSynchronizationIsSupported(): Boolean Specifies if the functionality to process a full synchronization is implemented or not.
InitiateFullSynchronization(Record "QWESR External System"; Code[20]; Integer): Enum "QWESR Full Sync. Response" Performs any initialization of a full synchronization.

This documentation is generated from Spider v27.2