BOMCalcJobRunCalculationTask::newFromParameters Method [AX 2012]
Gets a new instance of the BOMCalcJobRunCalculationTask class.
server public static BOMCalcJobRunCalculationTask newFromParameters(ItemBOMLevel _bomLevelFilter, BOMCalcJob_All _bomCalcJob_All)
Run On
ServerParameters
- _bomLevelFilter
- Type: ItemBOMLevel Extended Data Type
The ItemBOMLevel level which is used as a filter of the level for which to do BOM calculation.
- _bomCalcJob_All
- Type: BOMCalcJob_All Class
An instance of the BOMCalcJob_All class that is used for the BOM calculation.
Return Value
Type: BOMCalcJobRunCalculationTask ClassA new instance of the BOMCalcJobRunCalculationTask class.
Show: