PlanGraph::newPlan Method [AX 2012]

Initializes a new PlanGraph object.

server public static PlanGraph newPlan(Plan _plan, [boolean _silent])

Run On

Server

Parameters

_plan
Type: Plan Table
A Plan record to use to initialize the object.
_silent
Type: boolean
A Boolean value to use to initialize the object.

Return Value

Type: PlanGraph Class
A new PlanGraph object.
Show: