InventSum::pdsNoSalesResPhysical Method

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

  • _inventSum
    Type: InventSum Table
    The inventSum record against which to validate
  • _inventDim
    Type: InventDim Table
    The criteria to limit the batch search for

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.

See Also

Reference

InventSum Table