Show / Hide Table of Contents

    OnAfterDeleteIntegrationQueueImport Event

    Codeunit Integration Type Mgt.

    Raised when a record in the Integration Queue Import table is about to be deleted and has been copied to the History table.

    Signature

    [IntegrationEvent(false, false)]
    OnAfterDeleteIntegrationQueueImport(IntegrationType: Enum "QWESR IQ Integration Type"; var IQImport: Record "QWESR Integration Queue Import"; var IntegrationQueueHistory: Record "QWESR Integration Queue Hist")
    

    Parameters

    IntegrationType Enum "QWESR IQ Integration Type"

    The Integration Type of the record that will be deleted. Should be used to determine if it is your event.

    var IQImport Record "QWESR Integration Queue Import"

    The record that will be deleted.

    var IntegrationQueueHistory Record "QWESR Integration Queue Hist"

    The Integration Queue History record that has been created.

    This documentation is generated from Spider v25.2.234077.0

    Back to top Copyright © 2020 SmartApps
    Generated by DocFX