ReqCalcMarkDelayed.markDelayedPath Method [AX 2012]

Marks all of the derived requirement transactions for a given issue as delayed.

Syntax

public void markDelayedPath(ReqPlanData _reqPlanData, ReqTrans _issue)

Run On

Server

Parameters

  • _reqPlanData
    Type: ReqPlanData Class
    A ReqPlanData instance that contains the master plan cached data.
  • _issue
    Type: ReqTrans Table
    The ReqTrans record with the starting point issue.

See Also

Reference

ReqCalcMarkDelayed Class