InventSum::pds_FEFOQuery Method

Constructs a query to retreive a batch or batches that best match the reservation request.

Syntax

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

Run On

ClientOrServer

Parameters

  • _inventDimCriteria
    Type: InventDim Table
    The inventory dimension criteria used to filter query.
  • _inventDimParmCriteria
    Type: InventDimParm Table
    The dimension parameters to determine the criteria fields to filter on.
  • _inventDimParmGroupBy
    Type: InventDimParm Table
    The dimension parameters to determine the criteria fields to group by.
  • _dimFields
    Type: List Class
    A list of the inventory dimension fields used to filter the query.

Return Value

Type: Query Class
A Query object generated based on the provided parameters.

See Also

Reference

InventSum Table