Share via


InventAgeDimDP.calcInventSumDim Method [AX 2012]

Performs the necessary calculations depending on the specified parameters.

Syntax

public void calcInventSumDim(
    InventSum _inventSum, 
    InventDim _inventDim, 
    InventDimParm _inventDimParm)

Run On

Server

Parameters

  • _inventDimParm
    Type: InventDimParm Table
    The InventDimParm table buffer that defines dimensions that will be used in the calculation.

Remarks

The data is modified based on the specified parameters.

See Also

Reference

InventAgeDimDP Class