Skip to main content

relationGraph

This type allows to configure the relation graph which can be displayed in several sections of a case, contact or resource.

Attributes:

  • graph: Determines whether the Graph option to display relations in a graphical way is available. Possible values:
    • Default: The relations are displayed as a graph by default. The user can switch to the list view.
    • On: The relations are displayed as a list by default. The user can switch to the graph view.
    • Off: The relations are displayed as a list. The user cannot switch to the graph view.
  • graphConfiguration: Allows to configure the displayed graph using a JSON statement.
  • graphScriptName: Allows to enter the name of the script which is used to configure the displayed graph.
  • sectionHeight: Allows to determine the height of the section. The default value 0 means that the default height is used.

See Relation graphs for details about providing a custom configuration using the graphConfiguration attribute or a script.

info

If both a JSON configuration and a script are provided, the script takes precedence.