InventTransferLine::findRecId_IN Method
Finds the InventTransferLine table for the specified record ID.
Syntax
client server public static InventTransferLine findRecId_IN(RecId _recId, [boolean _update])
Run On
Called
Parameters
- _recId
Type: RecId Extended Data Type
The unique ID of the record for which you want to find the InventTransferLine table.
- _update
Type: boolean
A Boolean value; true if you want the specified record to be updated.
Return Value
Type: InventTransferLine Table
A buffer that contains the InventTransferLine table.