ReqCalcTaskController.getStatusRuntime Method [AX 2012]
Computes the runtime for a several phases of the master planning process.
public Integer getStatusRuntime(ReqProcessStatus _fromStatus, ReqProcessStatus _toStatus)
Run On
CalledParameters
- _fromStatus
- Type: ReqProcessStatus Enumeration
The lowest inclusive status to use for the runtime computation.
- _toStatus
- Type: ReqProcessStatus Enumeration
The highest inclusive status to use for the runtime computation.
Return Value
Type: Integer Extended Data TypeThe amount of seconds that have elapsed in the phases between the From and To statuses.
Community Additions
ADD
Show: