Specify the Relation by Name

The recommended method for specifying the <relations> definition is by name:

TO_NAME = <object name> REL <relation name>;

The <object name> value is the object header name of the referenced object (see the Header section). The <relation name> value is the relation to be used. For example, to relate a case object to an already referenced contact named "contact_joe_jones", the <relation> definition could be the following:

TO_NAME = "contact_joe_jones" REL "case_reporter2contact";

See Also

Relations

Specify the Relation by Objid

Specify the Relation by Global String Element

Specify the Relation by Search String

Specify the Relation as Null

Next

Specify the Relation by Objid

Specify the Relation by Name