Share via


InventSumDelta::newQuery Method

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

Syntax

client server public static Query newQuery(
    ItemId _itemId, 
    InventDim _inventDimCriteria, 
    InventDimParm _inventDimParmCriteria, 
    InventDimParm _inventDimParmGroupBy)

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.

Return Value

Type: Query Class
A query to find on hand delta for the specified parameters.

See Also

Reference

InventSumDelta Table