Share via


InventTransSum.pdsCWidDeducted Method [AX 2012]

Calculates and obtains the catch weight quantity by using the deducted status.

Syntax

public PdsCWDeducted pdsCWidDeducted(
    InventTransOriginId _transOriginId, 
   [InventTransChildType _childType, 
    InventTransChildRefId _childRefId, 
    InventDim _inventDimCriteria, 
    InventDimParm _inventDimParm])

Run On

Called

Parameters

  • _inventDimCriteria
    Type: InventDim Table
    The InventDim criteria that are used to calculate the catch weight deducted quantity.
  • _inventDimParm
    Type: InventDimParm Table
    The inventory dimension parameter that is used to calculate the catch weight deducted quantity.

Return Value

Type: PdsCWDeducted Extended Data Type
The catch weight quantity deducted value.

See Also

Reference

InventTransSum Class