BOMCalcWhereUsedList.calculateTentativeDependencyRelations Method [AX 2012]

Finds produced items that may have to be recalculated based on the relations that are registered on the specified level; This method ignores dimensions.

Syntax

protected void calculateTentativeDependencyRelations([int _level])

Run On

Called

Parameters

  • _level
    Type: int
    The level of dependencies to calculate.

Remarks

The found items will be registered as new relations in the BOMTmpUsedItem2ProducedItem table. These relations will be part of relation set 0, the tentative dependency graph, that will be used as a filter for the precise calculation.

See Also

Reference

BOMCalcWhereUsedList Class