Show / Hide Table of Contents

    OnAfterDeleteIntegrationQueueHistory Event

    Codeunit Integration Type Mgt.

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

    Signature

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

    The record that will be deleted.

    This documentation is generated from Spider v25.2.234077.0

    Back to top Copyright © 2020 SmartApps
    Generated by DocFX