Share via


InventCostTaskController.addPrepareBatchTask Method [AX 2012]

Creates batch tasks for preparing an inventory closing.

Syntax

protected void addPrepareBatchTask(boolean _addParm, boolean _addBundle)

Run On

Called

Parameters

  • _addParm
    Type: boolean
    A boolean value that indicates whether the parameter creation task should be added.
  • _addBundle
    Type: boolean
    A boolean value that indicates whether the bundle task should be added.

Remarks

A InventCostBundleTask task will be created for bundling items for the first level.

A InventCostPrepareParmTask task will be created for creating the InventCostListParm table.

A InventCostPrepareCompletionTask task will be created with a dependency to the tasks created.

See Also

Reference

InventCostTaskController Class