InventItemPrice.inventTable Method
Finds the inventTable record that belongs to the itemId specified in the current inventItemPrice record.
Syntax
public InventTable inventTable([boolean _forUpdate])
Run On
Called
Parameters
- _forUpdate
Type: boolean
A Boolean value that determines whether the inventTable record should be selected for update; optional.
Return Value
Type: InventTable Table
The inventTable record that belongs to the itemId specified in the current inventItemPrice record.
Remarks
The inventTable record is found by using the InventTable::find method.