Share via


InventSum.pdsExpiredPhysical Method

Gets the total physical inventory for batches that have expired.

Syntax

public container pdsExpiredPhysical(InventDim _inventDim, [InventBatch _inventBatch])

Run On

ClientOrServer

Parameters

  • _inventDim
    Type: InventDim Table
    A record for the InventDim table containing the criteria site, warehouse, and batch to search.
  • _inventBatch
    Type: InventBatch Table
    A record for the InventBatch table containing the batch to check; optional. This will only be used if the inventory batch field in _inventDim is empty.

Return Value

Type: container
A container of two elements with the total inventory and total catch weight inventory for all the matching expired batches.

See Also

Reference

InventSum Table