BOMCalcWhereUsedList.loadDependenciesWithItemDimsDisable Method [AX 2012]

Fills the BOMTmpUsedItem2ProducedItem table with elementary relations if all item dimensions are disabled.

Syntax

protected void loadDependenciesWithItemDimsDisable()

Run On

Called

Exceptions

Exception Condition
Error

Multisite is not enabled, but the site ID is non-blank.

Remarks

The method runs through all item IDs filtered by items that appear as produced in the tentative graph (relation set 0) in the BOMTmpUsedItem2ProducedItem table.

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

See Also

Reference

BOMCalcWhereUsedList Class