Table of Contents

OnBeforeGetReceiptLineRowComment Event

Codeunit Outbound

Raised before a row comment is generated on the receipt line.

Signature

[IntegrationEvent(false, false)]
OnBeforeGetReceiptLineRowComment(WarehouseReceiptLine: Record "Warehouse Receipt Line"; var Comment: Text; var Handled: Boolean)

Parameters

WarehouseReceiptLine Record "Warehouse Receipt Line"

The receipt line.

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 v26.48