ReqCalcTaskController::newController Method [AX 2012]

Initializes a new instance of the ReqCalcTaskController class.

Syntax

client server public static ReqCalcTaskController newController(
    ReqPlanId _reqPlanId, 
    ReqProcessId _processId, 
    ReqProcessThreadId _threadId)

Run On

Called

Parameters

Return Value

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

Exceptions

Exception Condition
Error

The process ID or the thread ID is invalid.

See Also

Reference

ReqCalcTaskController Class