Returns TRUE if the referenced attribute is associated with an account, and it returns FALSE otherwise. You can use the new HasAttribute() function with Tag (Boolean) attributes, as well as with Text and Numeric attributes.
HasAttribute( string )
string is an attribute reference.
HasAttribute( "Quality" )
Destination.HasAttribute( "Quality" )
Source.HasAttribute( "Quality" )
If an attribute association does not exist but the attribute has a default value, FALSE is returned. This works only for the numeric, text, and tag value attributes—not for dimension attributes.
This function must be evaluated in the context of an account. Appropriate "Source." or "Destination." prefixes might be needed to select the correct account.