IsClassification Function
Returns true the given field meets the criteria to belong to the given classification.
Syntax
IsClassification(field, classification)
Returns true the given field meets the criteria to belong to the given classification.
Arguments
field Field - A field.
classification Rule - The name of the classification to check.
Remarks
Example:
IsClassification(Age, Young); // returns true