Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Get the cumulative inventsum for batches that are blocked for sales reservation
Syntax
server public static InventSum pdsNoSalesResPhysical(
ItemId _itemId,
InventSum _inventSum,
InventDim _inventDim,
[TransDate _expDate,
InventDimParm _inventDimParm])
Run On
Server
Parameters
- _itemId
Type: ItemId Extended Data Type
The item to find the cumulative Inventsum values.
- _inventSum
Type: InventSum Table
The inventSum record against which to validate
- _inventDim
Type: InventDim Table
The criteria to limit the batch search for
- _expDate
Type: TransDate Extended Data Type
The Expiration date for which the batches for not exceed
- _inventDimParm
Type: InventDimParm Table
The flags for the inventory dimension values
Return Value
Type: InventSum Table
A cumulative InventSum Record
Remarks
The method determines if the item is a Shelf life item or not and calls the appropriate table method to obtain the inventSum record.