PCLanguageService.hasSymbolsFor Method [AX 2012]

Checks if the language service has a symbol for the parsed expression.

private boolean hasSymbolsFor(str _parsedExpression, boolean _isConstraint)

Run On

Client

Parameters

_parsedExpression
Type: str
Expression to parse.
_isConstraint
Type: boolean
A boolean value indicating if it is a constraint or a calculation.

Return Value

Type: boolean
true if the language service has a symbol for the parsed expression; false, otherwise.

Community Additions

ADD
Show: