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
- (optional) Initialization of the remote system.
- Change log entries are created for all records in all the tables configured for the external system, for each external subsystem (if any).
- Synchronization of all change log entries created above to the remote system.
Object Definition
Object Type | Interface |
Object Name | QWESR 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.0