Previous Topic: %AttProp()Next Topic: %AttributeDatatype


%AttValidation

Returns the name of the validation that is attached to a given attribute.

Note: This macro is a legacy macro. Depending on your model type, we recommend that you use either %ColumnValidation or %AttributeValidation for new models. For more information on legacy macros and their related new macros, see the topic "Legacy Macros."

Syntax

%AttValidation

Syntax Example

/*If the current attribute is due date, then */

%AttValidation

Expansion

DUE DATE RULE

Usage

Classified as an Attribute macro.