PCLanguageService.isExpressionChanged Method [AX 2012]

Checks whether the expression or the context has changed.

private boolean isExpressionChanged(str _parsedExpression, boolean _isConstraint)

Run On

Client

Parameters

_parsedExpression
Type: str
The expression to check for changes
_isConstraint
Type: boolean
The context in which to understand the expression

Return Value

Type: boolean
true if the expression or the context has changed; otherwise, false.

Community Additions

ADD
Show: