Show / Hide Table of Contents

    OnBeforeInvokeFunction Event

    Codeunit IQ Invoke Function

    Raised before a function is being invoked on an Integration Queue record.

    Signature

    [IntegrationEvent(false, false)]
    OnBeforeInvokeFunction(var IQ: Record "QWESR Integration Queue"; var IsHandled: Boolean)
    

    Parameters

    var IQ Record "QWESR Integration Queue"

    The Integration Queue record that will invoke the function.

    var IsHandled Boolean

    Should be set to true if the subscriber handles the function call. 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