InventSum::pdsNoSalesResPhysicalNonSL Method
Get the cumulative inventsum for batches that are blocked for sales reservation for non-Shelf Life items
Syntax
server public static InventSum pdsNoSalesResPhysicalNonSL(
ItemId _itemId,
InventDim _inventDim,
InventDimParm _inventDimParm)
Run On
Server
Parameters
- _itemId
Type: ItemId Extended Data Type
Item for which to search
- _inventDim
Type: InventDim Table
The criteria to limit the batch search for
- _inventDimParm
Type: InventDimParm Table
The flags for the inventory dimension values
Return Value
Type: InventSum Table
A cumulative InventSum Record
Remarks
The method goes through all inventSum record within the inventDim and InventDimParm combination and examines the related InventBatch records.
The InventSum record is included if the underlying InventBatch record has a disposition code that is does not allow the item to be included as it is blocked for sales reservation. The resulting InventSum record is returned to the caller.