InventSum::pdsSameLotQuery Method
instantiate the query relevant for the same lot batch reservation.
Syntax
client server public static Query pdsSameLotQuery(
ItemId _itemId,
InventDim _inventDimCriteria,
InventDimParm _inventDimParmCriteria,
InventDimParm _inventDimParmGroupBy,
[List _dimFields])
Run On
Called
Parameters
- _itemId
Type: ItemId Extended Data Type
The item to search the batch for
- _inventDimCriteria
Type: InventDim Table
The inventory dimensions to search the batch in
- _inventDimParmCriteria
Type: InventDimParm Table
The flags for the inventory dimensions to search the batch
- _inventDimParmGroupBy
Type: InventDimParm Table
Flags to group the query with
- _dimFields
Type: List Class
The dimension fields to check
Return Value
Type: Query Class
The query to use for the same lot batch reservation search
Remarks
Process 2.0 Same Batch Lot Reservation public static Query pdsSameLotQuery(ItemId,InventDim,InventDimParm,InventDimParm,container)