ReqCalcTaskController.selectPreviousTaskNotEnded Method [AX 2012]

Selects a previous task that is still processing.

Syntax

protected void selectPreviousTaskNotEnded(ReqCalcTask _reqCalcTask, ReqCalcTask _reqCalcTaskOther)

Run On

Called

Parameters

  • _reqCalcTask
    Type: ReqCalcTask Table
    A ReqCalcTask record that defines the status, level, and level state of the next task to execute.
  • _reqCalcTaskOther
    Type: ReqCalcTask Table
    A ReqCalcTask record of a task that must finish processing before the task specified in the _reqCalcTask parameter can start.

See Also

Reference

ReqCalcTaskController Class