ReqCalcTaskController.insertTaskBundlesForItems Method [AX 2012]
Inserts the bundles tasks for the items.
public void insertTaskBundlesForItems(
Set _items,
ReqProcessNumThreads _numberOfThreads,
ReqProcessStatus _status,
[BOMLevel _level,
ReqLevelState _levelState,
ReqProcessListNum _listNum])
Run On
CalledParameters
- _items
- Type: Set Class
The items to distribute into the bundles of tasks.
- _numberOfThreads
- Type: ReqProcessNumThreads Extended Data Type
The number of threads.
- _status
- Type: ReqProcessStatus Enumeration
The status.
- _level
- Type: BOMLevel Extended Data Type
The BOM level.
- _levelState
- Type: ReqLevelState Enumeration
The level state.
- _listNum
- Type: ReqProcessListNum Extended Data Type
The list number.
Community Additions
ADD
Show: