4.7 Navigating Relationships (formula.relations)

Operations Center elements allow for the navigation of relationships. This property of the object exists as an associative array of relations which can access the actual relation value used by Operations Center.

Values:

For example:

js> writeln( formula.relations.NAM )
NAM
js> writeln( formula.relations[1] )
ORG
js> writeln( formula.relations.ORG )
ORG
js>