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:

  • NAM: The name or storage relationship. This is the primary relationship used by distinguished names.

  • ORG: The organization or business view relationship.

  • MAP: The location relationship (similar to ORG).

For example:

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