Share via


ReqDemPlanPreRequisiteCheck.run Method [AX 2012]

Executes the pre-requisite checks.

Syntax

public boolean run([boolean _throwException])

Run On

Called

Parameters

  • _throwException
    Type: boolean
    A boolean value indicating whether to throw an exception when pre-requsites verification fails.

Return Value

Type: boolean
true if the pre-requisite checks were successfull; otherwise, false.

Exceptions

Exception Condition
Error

Not all pre-requisites are met.

See Also

Reference

ReqDemPlanPreRequisiteCheck Class