Linked Terms

From TeamServer ER/Studio
Jump to: navigation, search

Go Up to Working with Terms

Linked Terms allow you to implement Terms in your Glossaries much faster and make use of taxonomies already in use.

A Linked Term is a term associated to an ER Object, taking the name and description from it. Linked Terms are automatically created when a Domain, Model or Submodel ER Object is synchronized. Their properties are populated from the ER Object.

It is possible to create Linked Terms by clicking the option in the header of the ER Object.

Notepad blue icon 2.pngNote: Linked Terms can be exported but cannot be imported since they only exist when linked to an object.

Disable Linked Term Creation

To disable Linked Term to be automatically created you need to modify a property value in the configuration file located on <installation dir>\tomcat\webapps\ROOT\WEB-INF\config.properties .

The property is linkedtermsetl.enabled=true. Change the value to false to disable the default behaviour. It is necessary to restart Tomcat after changing the property.

See Also