PlanGraph.isValid Method [AX 2012]

Indicates whether the plan is valid.

public boolean isValid([boolean _forceCheck])

Run On

Server

Parameters

_forceCheck
Type: boolean
A Boolean value that indicates whether a check must be executed even if it has been executed previously; optional.

Return Value

Type: boolean
true if the plan is valid; otherwise, false.

A plan is valid if it does not have any loops.

Community Additions

ADD
Show: