BOMCalcWhereUsedList.loadDependencies Method [AX 2012]

Fills the BOMTmpUsedItem2ProducedItem table with elementary relations.

Syntax

protected void loadDependencies()

Run On

Called

Exceptions

Exception Condition
Error

Multisite is not enabled, but the site ID is used.

Remarks

The method runs through all of the possible combinations of item IDs, inventory dimensions, and site IDs. These results are filtered by items that appear as produced in the tentative graph (relation set 0) in the BOMTmpUsedItem2ProducedItem table.

For each combination, there is an attempt to find an active BOM version. If there is a version, its lines will be also investigated and added to the relations. These relations will be inserted in the concrete dependency graph (relation set 1).

See Also

Reference

BOMCalcWhereUsedList Class