Share via


InventBOMComparison_CN::getMergedTmpBOMByIds Method [AX 2012]

Gets the lines for a set of BOMs.

Syntax

server protected static BOM getMergedTmpBOMByIds(Set _bomIds)

Run On

Server

Parameters

Return Value

Type: BOM Table
A temporary BOM table buffer that contains the merged result.
Four fields are available: BOMId, ItemID, UnitId, and BOMQty. The BOMQty value is merged and grouped by BOMId, ItemId, and UnitId values.

Remarks

The same item in same BOM will be merged.

The unit for all items is converted to the inventory module unit for the items.

See Also

Reference

InventBOMComparison_CN Class