BOMCalcWhereUsedList.addItems Method [AX 2012]

Registers the items that have pending prices in a specified version ID as the input of the calculation of the list of items that should be recalculated.

Syntax

Note

The syntax of this method varies based on the version of Microsoft Dynamics AX that you are using.

  Microsoft Dynamics AX 2012 R3
          protected void addItems()

  Microsoft Dynamics AX 2012 R2 (SYS)
          protected void addItems()

  Microsoft Dynamics AX 2012 Feature Pack (SYS)
          protected void addItems(CostingVersionId _versionId)

  Microsoft Dynamics AX 2012 (FPK)
          protected void addItems(CostingVersionId _versionId)

  Microsoft Dynamics AX 2012 (SYS)
          protected void addItems(CostingVersionId _versionId)

Run On

Called

Remarks

Creates the base relations in the tentative dependency graph (relation set 0). These relations will list the specified item and dimension combination as both used and produced. This will be the starting point for the logic in the calculateTentativeUsageRelations method.

See Also

Reference

BOMCalcWhereUsedList Class