CatCartLine::findInventTable Method
Gets the InventTable record to which the line indirectly refers.
Syntax
client server public static InventTable findInventTable(RefRecId _recId, [boolean _update])
Run On
Called
Parameters
- _recId
Type: RefRecId Extended Data Type
The recId value of the record in the CatCartLine table.
- _update
Type: boolean
A Boolean value that indicates whether to read the record for update; optional.
Return Value
Type: InventTable Table
A record of the InventTable table if it is found; otherwise, an empty buffer.