ReqCalc.getStatusRuntime Method [AX 2012]
Computes the runtime for a range of phases of the master planning process.
protected Integer getStatusRuntime(ReqProcessStatus _fromStatus, ReqProcessStatus _toStatus)
Run On
CalledParameters
- _fromStatus
- Type: ReqProcessStatus Enumeration
The lowest inclusive status to use for runtime computation.
- _toStatus
- Type: ReqProcessStatus Enumeration
Highest inclusive status to use for runtime computation.
Return Value
Type: Integer Extended Data TypeThe amount of seconds spent in the phases between the from and to statuses.
Community Additions
ADD
Show: