InventCostTaskController.createEndBatchTask Method [AX 2012]

Creates batch task for ending process of an inventory closing.

Syntax

protected void createEndBatchTask(BatchHeader _batchHeader, InventCostRunRecalculation _runRecalculation)

Run On

Called

Parameters

Remarks

A InventCostLedgerPostingTask task will be created.

In case of recalculation the InventCostReCalculationTask task will be added to the batch with a dependency to the InventCostLedgerPostingTask task.

See Also

Reference

InventCostTaskController Class