InventSum::newQueryReservation Method

Creates a query to find on hand for the specified parameters.

Syntax

client server public static Query newQueryReservation(
    ItemId _itemId, 
    InventDim _inventDimCriteria, 
    InventDimParm _inventDimParmCriteria, 
    InventDimParm _inventDimParmGroupBy, 
   [boolean _cwItem, 
    List _dimFields])

Run On

ClientOrServer

Parameters

  • _inventDimCriteria
    Type: InventDim Table
    The inventory dimensions to limit to.
  • _inventDimParmCriteria
    Type: InventDimParm Table
    Identification of which dimensions to limit to.
  • _inventDimParmGroupBy
    Type: InventDimParm Table
    Identification of which dimensions to group the result by.
  • _cwItem
    Type: boolean
    true if catch weight fields should beincluded; otherwise false. Optional.
  • _dimFields
    Type: List Class
    The list of inventory dimension fields to be be specified for performance reasons. Optional.

Return Value

Type: Query Class
A query.

See Also

Reference

InventSum Table