Share via


InventSumDatePhysicalDim::pdsCWOnHandQty Method [AX 2012]

Calculates the standard on-hand and catch weight on-hand quantities.

Syntax

server public static container pdsCWOnHandQty(
    TransDate _transDate, 
    ItemId _itemId, 
    InventDim _inventDim, 
    InventDimParm _inventDimParm)

Run On

Server

Parameters

  • _inventDim
    Type: InventDim Table
    An InventDim value for which to find on-hand quantity.
  • _inventDimParm
    Type: InventDimParm Table
    An InventDimParm record that is used in finding the on-hand quantity.

Return Value

Type: container
A container that contains the standard on-hand quantity and the catch weight on-hand quantity.

See Also

Reference

InventSumDatePhysicalDim Class