OnAfterFullSync Event
Codeunit Ext. System Public API
Raised after a full synchronization has been performed.
Signature
[IntegrationEvent(false, false)]
OnAfterFullSync(ExternalSystem: Record "QWESR External System"; ExternalSubsystemCode: Code[20]; SetupLineNo: Integer; FullSyncResponse: Enum "QWESR Full Sync. Response")
Parameters
ExternalSystem
Record "QWESR External System"
The external system that just been synchronized.
ExternalSubsystemCode
Code[20]
The external subsystem that just been synchronized, if only a specific subsystem has been synchronized. Otherwise this is blank and all (if any) subsystems has been synchronized.
SetupLineNo
Integer
The line number of the "QWESR Ext. Sys. Sync Stp (Tbl)"
table, if only a specific line has been synchronized. Otherwise this is 0 and the tables from all lines has been synchronized.
FullSyncResponse
Enum "QWESR Full Sync. Response"
The response action that the External System Type specified for this full synchronization.
This documentation is generated from Spider v24.1.207985.0