Show / Hide Table of Contents

    OnBeforeGetReceiptHeaderComment Event

    Codeunit Outbound

    Raised before a header comment is generated on the receipt header.

    Signature

    [IntegrationEvent(false, false)]
    OnBeforeGetReceiptHeaderComment(WarehouseReceiptHeader: Record "Warehouse Receipt Header"; var Comment: Text; var Handled: Boolean)
    

    Parameters

    WarehouseReceiptHeader Record "Warehouse Receipt Header"

    The receipt header.

    var Comment Text

    The comment that should be sent to Qpick.

    var Handled Boolean

    Should be set to true if the subscriber handles the comment. Should be honored if already set. (Handled Pattern)

    This documentation is generated from Qpick Connector v24.38

    Back to top Copyright © 2020 SmartApps
    Generated by DocFX