Expands the macro code for each of the foreign key attributes migrated through the current relationship.
Note: This macro is a legacy macro. Depending on your model type, we recommend that you use either %ForEachFKColumn() or %ForEachFKAttribute for new models. For more information on legacy macros and their related new macros, see the topic "Legacy Macros."
Syntax
%ForEachFKAtt(<separator>) {<macro code>}
Syntax Example
%ForEachFKAtt() {
%AttFieldName
}
Expansion
master_number
movie_copy_number
Usage
Classified as a Relationship macro. A relationship must be in scope. <separator> is optional. Can be used in RI or Rel Override, %ForEachParentRel, %ForEachChildRel.
Copyright © 2017 erwin Inc.
All rights reserved.
|
|