Share via


InventAvailabilitySearch.setInventTable Method [AX 2012]

Sets the InventTable record for the criteria item.

Syntax

public void setInventTable(InventTable _inventTable)

Run On

Called

Parameters

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.

See Also

Reference

InventAvailabilitySearch Class