BOMCalcJobItemTaskBatchManager.createCleanUpTask Method [AX 2012]

Creates a task used for clean up after the BOM calculation.

Syntax

protected RunBaseBatch createCleanUpTask(BOMCalcJob_All _bomCalcJob_All)

Run On

Server

Parameters

  • _bomCalcJob_All
    Type: BOMCalcJob_All Class
    A BOMCalcJob_All instance used to instantiate the task.

Return Value

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

See Also

Reference

BOMCalcJobItemTaskBatchManager Class