Share via


InventBOMComparison_CN::getTmpBOMByIds Method [AX 2012]

Gets the lines for a set of BOMs.

Syntax

server protected static BOM getTmpBOMByIds(Set _bomIds)

Run On

Server

Parameters

  • _bomIds
    Type: Set Class
    An array of BOM IDs.

Return Value

Type: BOM Table
A temporary BOM table buffer that contains the result.
Four fields are available: BOMId, ItemID, UnitId, and BOMQty.

See Also

Reference

InventBOMComparison_CN Class