WHSInventReserve::newAvailQuery Method
Creates a query to find on hand for the specified parameters.
Syntax
client server public static Query newAvailQuery(
ItemId _itemId,
InventDim _inventDimCriteria,
InventDimParm _inventDimParmCriteria,
[boolean _addSumFields])
Run On
ClientOrServer
Parameters
- _itemId
Type: ItemId Extended Data Type
The item.
- _inventDimCriteria
Type: InventDim Table
The inventory dimensions to limit to.
- _inventDimParmCriteria
Type: InventDimParm Table
Identification of which dimensions to limit to.
- _addSumFields
Type: boolean
true if all quantity and value fields from WHSInventReserve should be added as summation fields; otherwise, false. Optional
Return Value
Type: Query Class
A query.