BOMCalcJobItemTaskBatchManager.createCalculationTask Method [AX 2012]

Creates a task used for the BOM calculation.

Syntax

protected RunBaseBatch createCalculationTask(BomCalcItemTask _bomCalcItemTask, BOMCalcJob_All _bomCalcJob_All)

Run On

Server

Parameters

  • _bomCalcItemTask
    Type: BomCalcItemTask Table
    A BOMCalcItemTask record that is used to instantiate the task.
  • _bomCalcJob_All
    Type: BOMCalcJob_All Class
    A BOMCalcJob_All instance used to instantiate the task.

Return Value

Type: RunBaseBatch Class
A task used for the BOM calculation.

See Also

Reference

BOMCalcJobItemTaskBatchManager Class