RetailReplenishmentTransferOrder::findTransferOrderLine Method [AX 2012]
Finds the transfer order line.
client server public static InventTransferLine findTransferOrderLine(
RefTableId _refTableId,
RefRecId _refRecId,
[InventLocationId _inventLocationIdTo,
boolean _forUpdate])
Run On
CalledParameters
- _refTableId
- Type: RefTableId Extended Data Type
The reference number for the table.
- _refRecId
- Type: RefRecId Extended Data Type
The reference number for the table record.
- _inventLocationIdTo
- Type: InventLocationId Extended Data Type
The value for the location.
- _forUpdate
- Type: boolean
A Boolean value which indicates whether to select the record for update; optional.
Return Value
Type: InventTransferLine TableAn instance of InventTransferLine table if a matching record exists.
Show: