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.
Sets the InventTable record for the criteria item.
Syntax
public void setInventTable(InventTable _inventTable)
Run On
Called
Parameters
- _inventTable
Type: InventTable Table
The InventTable record.
Remarks
This is an optional parameter that you can set to boost performance if you have already fetched the InventTable record. If it is not specified the search crtieria object will be able to find it based on the rest of the criteria.
If you set this parameter then you don't need to set the ID of the item explicitly.