Specify the Relation by Objid

TO = <objid> REL <relation name>;

Defining <relations> by an objid is not a recommended method, because the objid of the related object must be used, which can be problematic when moving from one database to another. The same object may have different objids in different databases.

The <objid> value is the object id of the object being referenced. The <relation name> value is the relation to be used. For example, to relate a case to a contact with the objid 268435457, the <relation> definition could be the following:

TO = 268435457 REL "case_reporter2contact";

See Also

Relations

Specify the Relation by Name

Specify the Relation by Global String Element

Specify the Relation by Search String

Specify the Relation as Null

Next

Specify the Relation by Global String Element

Specify the Relation by Objid