Share via


InventBOMComparison_CN::generateBOMComparisonData Method [AX 2012]

Generates BOM comparison data and inserts it into the InventBOMComparisonTmp_CN temporary table.

Syntax

server protected static InventBOMComparisonTmp_CN generateBOMComparisonData(
    container _conBomIds, 
    InventBOMComparisonType_CN _compType, 
    ModuleInventPurchSales _itemCostModuleType)

Run On

Server

Parameters

  • _conBomIds
    Type: container
    The container for the BOM version IDs.

Return Value

Type: InventBOMComparisonTmp_CN Table
An instance of the InventBOMComparisonTmp_CN temporary table.

See Also

Reference

InventBOMComparison_CN Class