Share via


InventCostTaskController.addTaskToBatchHeader Method [AX 2012]

Initializes the batch information and adds the task to the batch header.

Syntax

private RunBaseBatch addTaskToBatchHeader(RunBaseBatch _task, BatchHeader _batchHeader)

Run On

Called

Parameters

  • _task
    Type: RunBaseBatch Class
    The instance of a task that will be added to the batch header.

Return Value

Type: RunBaseBatch Class
The instance of the task added to the batch header.

See Also

Reference

InventCostTaskController Class