Share via


InventTransIdSumSingleStatus::pdsCWQtyReservPhysicalDimensionChildType Method [AX 2012]

Calculates the catch weight quantity that has been reserved on current on hand for a given inventory movement and where the reservation is related to given inventory dimensions and references.

Syntax

server public static PdsCWInventQty pdsCWQtyReservPhysicalDimensionChildType(
    InventTransOriginId _transOriginId, 
    InventDim _inventDim, 
    InventDimParm _inventDimParm, 
    InventTransChildType _childType, 
    InventTransChildRefId _childRefId)

Run On

Server

Parameters

  • _inventDim
    Type: InventDim Table
    An InventDim buffer containing the inventory dimension values to use as ranges.
  • _inventDimParm
    Type: InventDimParm Table
    An InventDimParm buffer containing which inventory dimensions to use as ranges.

Return Value

Type: PdsCWInventQty Extended Data Type
The reserved catch weight quantity.

See Also

Reference

InventTransIdSumSingleStatus Class