ReqProcessExternThread.createInstanceOfReqProcess Method [AX 2012]
Creates a copy of the object of the main process that is inherited by the ReqCalc class by unpacking the saved values from the ReqProcessList class.
Syntax
public ReqCalc createInstanceOfReqProcess(ReqProcessList _processList)
Run On
Server
Parameters
- _processList
Type: ReqProcessList Table
A record that contains the parameters for the scheduling process.
Return Value
Type: ReqCalc Class
A new instance of a derivative of the ReqCalc class.
Exceptions
Exception | Condition |
---|---|
Error | The specified class ID does not correspond to a ReqCalcForecastItemTable table or a ReqCalcScheduleItemTable table. -or- The unpacking of the parameters of the helpers failed. |