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

Called

Parameters

_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.

Return Value

Type: ReqCalcTaskController Class
A new instance of the ReqCalcTaskController class.

ExceptionCondition
Error

The process ID or the thread ID is invalid.

Show: