Show / Hide Table of Contents

    OnBeforeImport Event

    Codeunit IQ Import Data

    Raised before any data is imported.

    Signature

    [IntegrationEvent(false, false)]
    OnBeforeImport(var IQI: Record "QWESR Integration Queue Import"; var IsHandled: Boolean)
    

    Parameters

    var IQI Record "QWESR Integration Queue Import"

    The record with the data that is being imported.

    var IsHandled Boolean

    Should be set to true if the subscriber handles the deletion of the remote data. Should be honored if already set. (Handled Pattern)

    This documentation is generated from Spider v27.0

    Back to top Copyright © 2020 SmartApps
    Generated by DocFX