Share via


ReqActionGraphHelper.buildGraphFromReqTrans Method [AX 2012]

Builds the internal node and edge collections of a graph that are based on a requirement transaction as a starting point.

Syntax

public boolean buildGraphFromReqTrans(ReqTrans _reqTrans)

Run On

Called

Parameters

  • _reqTrans
    Type: ReqTrans Table
    The requirement transaction from which to start.

Return Value

Type: boolean
true if the requirement transaction is not already represented in the graph; otherwise, false.

See Also

Reference

ReqActionGraphHelper Class