ReqCalcTaskController.insertTaskBundlesForItems Method [AX 2012]

Inserts the bundles tasks for the items.

Syntax

public void insertTaskBundlesForItems(
    Set _items, 
    ReqProcessNumThreads _numberOfThreads, 
    ReqProcessStatus _status, 
   [BOMLevel _level, 
    ReqLevelState _levelState, 
    ReqProcessListNum _listNum])

Run On

Called

Parameters

  • _items
    Type: Set Class
    The items to distribute into the bundles of tasks.

See Also

Reference

ReqCalcTaskController Class