Previous Topic: %OwnerTableNext Topic: %ParentAttribute()


%ParentAtt()

Expands any attribute macro, such as %AttFieldName, on the parent primary key attribute from which the current attribute is migrated.

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

Syntax

%ParentAtt(<attribute macro>)

Syntax Example

%ForEachFKAttribute() {%ParentAtt(%AttFieldName)}

Expansion

master_number, movie_copy_number

Usage

Classified as an Attribute macro.