Specify the Relation by Global String Element

TO_GSE = "<gbst_lst title>:<gbst_elm title>" REL = <relation name>;

Defining <relations> by a global string element (gse) is not a recommended method, because it is inefficient. ArchiveManager must do multiple lookups to find the object.

The <gbst_lst title> value is the name of the global string list. For example, Response Priority Code might be a global string list. The <gbst_elm title> value is a global string element in that list; it must already exist in the database to use it. For example, Low, Medium, and High might be global string elements in the Response Priority Code list. The <gbse_elm title> is optional in this <relations> definition. If left off, the relation will be made to the default element in the specified list. The <relation name> value is the relation to be used.

To relate a case to the High priority element, the <relation> definition could be the following:

To_GSE = "Response Priority Code:High" REL = "respprty2gbst_elm";

See Also

Relations

Specify the Relation by Name

Specify the Relation by Objid

Specify the Relation by Search String

Specify the Relation as Null

Next

Specify the Relation by Search String

Specify the Relation by Global String Element