Listed below are the default functions supported by the Advantage application and can be used as part of the expression provided in the Validation field on the Configurable Validation table to facilitate readable expressions.
Functions |
Description |
empty |
Evaluates whether argument passed is 'empty'. Returns true when the argument is:
Examples: empty(FUND_CD) !empty(TRANS_AMT) |
size |
Evaluates the 'size' of the argument passed. This method returns:
Example: size(CODE) |