Show / Hide Table of Contents

    OnAfterDeleteIntegrationQueue Event

    Codeunit Integration Type Mgt.

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

    Signature

    [IntegrationEvent(false, false)]
    OnAfterDeleteIntegrationQueue(IntegrationType: Enum "QWESR IQ Integration Type"; var IQ: Record "QWESR Integration Queue"; 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 IQ Record "QWESR Integration Queue"

    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