Show / Hide Table of Contents

    OnBeforeCreateNew Event

    Codeunit IQ Transfer Create New

    Raised before the new Integration Queue record is created.

    Signature

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

    Parameters

    var IQ Record "QWESR Integration Queue"

    The Integration Queue record that will be used to create a new Integration Queue record.

    var IsHandled Boolean

    Should be set to true if the subscriber handles the creation of the new record. 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