Show / Hide Table of Contents

    OnBeforeImportIntegrationSetup Event

    Codeunit Integration Type Mgt.

    Raised when the regular Integration Queue Import flow needs to be bypassed.

    Signature

    [IntegrationEvent(false, false)]
    OnBeforeImportIntegrationSetup(IntegrationType: Enum "QWESR IQ Integration Type"; IntegrationSetupCode: Code[20]; var IsHandled: Boolean)
    

    Parameters

    IntegrationType Enum "QWESR IQ Integration Type"

    The Integration Type of the Integration that are about to be imported. Should be used to determine if it is your event.

    IntegrationSetupCode Code[20]

    The Integration Type of the Integration that are about to be imported. Should be used to determine if it is your event.

    var IsHandled Boolean

    If true, the regular Integration Queue Import Flow is overridden. Calls to CreateIQ must implemented.

    This documentation is generated from Spider v25.2.234077.0

    Back to top Copyright © 2020 SmartApps
    Generated by DocFX