Share via


InventTransSum.pdsCWidReserved Method [AX 2012]

Calculates and obtains the total reserve catch weight quantity.

Syntax

public PdsCWInventQty pdsCWidReserved(
    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 total catch weight quantity of reserved material.
  • _inventDimParm
    Type: InventDimParm Table
    The inventory dimension parameter that is used to calculate the total catch weight quantity of reserved material.

Return Value

Type: PdsCWInventQty Extended Data Type
The catch weight quantity of total reserved material.

See Also

Reference

InventTransSum Class