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
- _transDate
Type: TransDate Extended Data Type
A TransDate value for which to find the on-hand quantity.
- _itemId
Type: ItemId Extended Data Type
An ItemId value for which to find the on-hand quantity.
- _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.