Show / Hide Table of Contents

    OnAfterDirectSyncPreTest Event

    Codeunit Ext. System Public API

    Raised after all pre-tests has been performed during a Direct Synchronization for a record change.

    Signature

    [IntegrationEvent(false, false)]
    OnAfterDirectSyncPreTest(ExternalSystem: Record "QWESR External System"; ExternalSubsystemCode: Code[20]; var RecRef: RecordRef; ChangeType: Enum "QWESR Ext. Sys. Change Type")
    

    Parameters

    ExternalSystem Record "QWESR External System"

    The external system that has triggered this synchronization.

    ExternalSubsystemCode Code[20]

    The external subsystem that has triggered this synchronization. This can have a value only if the function to initialize unsynchronized has been called for a specific external subsystem and triggered this synchronization.

    var RecRef RecordRef

    The record that just been changed and that triggered this synchronization.

    ChangeType Enum "QWESR Ext. Sys. Change Type"

    The type of change that is being made on RecRef.

    This documentation is generated from Spider v25.2.234077.0

    Back to top Copyright © 2020 SmartApps
    Generated by DocFX