Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Finds the transfer order line.
Syntax
client server public static InventTransferLine findTransferOrderLine(
RefTableId _refTableId,
RefRecId _refRecId,
[InventLocationId _inventLocationIdTo,
boolean _forUpdate])
Run On
Called
Parameters
- _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 Table
An instance of InventTransferLine table if a matching record exists.