Share via


RetailReplenishmentTransferOrder::findTransferOrderLine Method [AX 2012]

Finds the transfer order line.

Syntax

client server public static InventTransferLine findTransferOrderLine(
    RefTableId _refTableId, 
    RefRecId _refRecId, 
   [InventLocationId _inventLocationIdTo, 
    boolean _forUpdate])

Run On

Called

Parameters

  • _forUpdate
    Type: boolean
    A Boolean value which indicates whether to select the record for update; optional.

Return Value

Type: InventTransferLine Table
An instance of InventTransferLine table if a matching record exists.

See Also

Reference

RetailReplenishmentTransferOrder Class