PCRuntimeExceptionHandler.handleConditionExpressionParseException Method [AX 2012]

Handles an expression parse exception for a condition.

private str handleConditionExpressionParseException(
    int _conditionType, 
    str _expressionConstraintRecIdAsString, 
    str _defaultMessage)

Run On

Called

Parameters

_conditionType
Type: int
The condition type.
_expressionConstraintRecIdAsString
Type: str
The expression constraint record ID for a component modifier expression.
_defaultMessage
Type: str
The default error message.

Return Value

Type: str
The label to be used for creating the error message.

Community Additions

ADD
Show: