navigationLinks
This type allows to define the links which are displayed in the main menu of the Web Client.
Attributes:
-
analyticsLinkVisible: Determines whether the Analytics link can be shown. Default value: true.
-
createContactLinkVisible: Determines whether the New contact link can be shown. Default value: true.
-
createTicketLinkVisible: Determines whether the Create ticket link can be shown. Default value: true.
-
externalLinks: Defines additional links which are displayed in the main menu. This can be external links, e.g. a company website, or links to specific pages of ConSol CM, e.g. a detailed search. The links are added in the same order as they are defined. If more than one link is added, there must not be any characters between the link definitions.
Format:
[http://link description]
or[http://link description]@target
Example:
[https://www.consol.com ConSol][https://www.somewhere.com Somewhere]@
Links are opened in a new tab by default. If the link should be opened in the same tab, add @ after the link, e.g.
[https://www.consol.com ConSol]@
-
formsLinkVisible: Determines whether the Forms link can be shown. Default value: true.
-
manageTemplateLinkVisible: Determines whether the Text templates link can be shown. Default value: true.
-
officeTemplateLinkVisible: Determines whether the Document templates link can be shown. Default value: true.
-
overviewLinkVisible: Determines whether the Overview link is shown in the main menu. Default value: true.
-
resourcePoolLinkVisible: Determines whether the Resource pool link can be shown. Default value: true.
To see the menu items, the respective component must be active in the system and the users must have the required permissions.