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 |
Next |