InventSum::pdsSameBatchUnavailDispPhysical Method
Get the cumulative inventsum for batches that are blocked by disposition status
Syntax
server public static InventSum pdsSameBatchUnavailDispPhysical(ItemId _itemId, InventDim _inventDim)
Run On
Server
Parameters
- _itemId
Type: ItemId Extended Data Type
The item to find the batches which are blocked by disposition
- _inventDim
Type: InventDim Table
The criteria to limit the batch search for
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 is concidered blocked by disposition status. The resulting InventSum record is returned to the caller.