BOMCalcJobItemTaskBatchManager::newFromBatchParameters Method [AX 2012]

Creates a new instance of the BOMCalcJobItemTaskBatchManager class.

Syntax

server public static BOMCalcJobItemTaskBatchManager newFromBatchParameters(BatchHeader _batchHeader, Batch _currentBatch)

Run On

Server

Parameters

  • _batchHeader
    Type: BatchHeader Class
    A BatchHeader that is used when you create the batch tasks.
  • _currentBatch
    Type: Batch Table
    A Batch record that is used when you create the batch tasks.

Return Value

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

See Also

Reference

BOMCalcJobItemTaskBatchManager Class