Table of Contents

OnAfterSyncFromLog Event

Codeunit Ext. System Public API

Raised after a synchronization from log has been performed.

Signature

[IntegrationEvent(false, false)]
OnAfterSyncFromLog(ExternalSystem: Record "QWESR External System"; ExternalSubsystemCode: Code[20]; SuccessfulRecords: Integer; FailedRecords: Integer)

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.

SuccessfulRecords Integer

The number of successfully synchronized records.

FailedRecords Integer

The number of records that failed during synchronization.

This documentation is generated from Spider v27.2