ReqCalcTaskController::newController Method [AX 2012]
Initializes a new instance of the ReqCalcTaskController class.
client server public static ReqCalcTaskController newController(
ReqPlanId _reqPlanId,
ReqProcessId _processId,
ReqProcessThreadId _threadId)
Run On
CalledParameters
- _reqPlanId
- Type: ReqPlanId Extended Data Type
The plan ID.
- _processId
- Type: ReqProcessId Extended Data Type
The master planning process ID.
- _threadId
- Type: ReqProcessThreadId Extended Data Type
The master planning thread ID that is using the task controller instance.
Show: