Constant Values

You can reference constants defined inside the Advantage classes within the expressions for comparisons. This will make expressions more readable. To use a constant in the expression in the Validation field on the Configurable Validation page, you must be aware of JAVA class implementation and values mapped to constant labels inside the JAVA class.

Note: This is not applicable to Advantage Performance Budgeting.

To compare a field value with a constant, the following convention can be used within the expression in the Validation field on the Configurable Validation page:

ACTIVE_FL == CVL_YES_NOImpl.YES

or

DOC_ACTN_CD == AMSCommonConstants.VALIDATE