PCRuntimeLookupHelper.canSelectValue Method [AX 2012]

Determines whether a value can be selected.

public boolean canSelectValue(PCSolverValue _solverValue)

Run On

Called

Parameters

_solverValue
Type: PCSolverValue Extended Data Type
The solver value.

Return Value

Type: boolean
true if the value can be selected; otherwise, false.

Should be invoked from form's closeSelect method where super() should be suppressed if false is returned.

Community Additions

ADD
Show: