BOMCalcJob::newBOMVersion Method [AX 2012]

Create a new instance of the BOMCalcJob class based on a BOM version.

Syntax

server public static BOMCalcJob newBOMVersion(BOMVersion _bomVersion)

Run On

Server

Parameters

  • _bomVersion
    Type: BOMVersion Table
    The BOM version for which to create the calculation.

Return Value

Type: BOMCalcJob Class
A new instance of the BOMCalcJob class.

See Also

Reference

BOMCalcJob Class