Mapping repositories to instances
Repositories are mapped to instances. The tia Viewer Core allows each instance to be configured separately.
In SAP-side customized tia Viewer Core configuration, the mapping to an instance resides on SAP-side. For more information read about column Viewer Conf in https://kgs-software.atlassian.net/wiki/spaces/WIKI/pages/3257106464/SAP+Customizing+Vc#%2FKGS1%2FVIEWER_CUST-Transaction .
In Content Server Viewer (CSV) configuration, the mapping is specified in the tia Viewer configuration using parameter
tia.repositoryinstancemapping
, see also https://kgs-software.atlassian.net/wiki/x/B4C1wg.
tia Viewer Core maps the repository to instance default
, if no explicit mapping exists.
Applying instance settings
Instance settings must reference a specific instance, so
...
tia.instances.<instance name>.
when using a viewer .yaml file for configuration YAML configuration file, the correct location is important (below the instance name and with two spaces more intend).
...
tia Viewer has built-in default values (global default), but also per installation default values for all instances can be configured by using default
instead of the <instance name>
.
Info |
---|
The more specific overrules the the more general setting. E.g., specified for the installation by which overrules the built-in global default value of |
...
The instances are not directly linked to repositories, this must be done using the tia.repositoryinstancemapping
: e.g.
Code Block |
---|
tia:
repositoryinstancemapping:
- FI: finance
- HR: finance
- TR: default
- ZI: production |
...
. |
Configuration | Built-in Default | Description | ||
---|---|---|---|---|
|
| When activated, the note button in the frontend is visible and can be used. | ||
|
| Default value for the modal print dialog. When Activated the checkbox is prefilled, otherwise checkbox is not selected. | ||
|
| This option control the note area opening behavior when opening a document:
| ||
|
| when active a user can reside the notes modal | ||
|
| Default width of the document notes modal dialog. | ||
|
| default high of the notes modal | ||
|
| If this option is activated, users can print the document note. | ||
|
| If this option is activated, edit mode is automatically entered when a document is opened. | ||
|
| Default font size for notes | ||
|
| Automatically turns of the Edit mode in case the document has been saved. | ||
|
| default size of the annotation lines | ||
|
| default high of the checkmark annotation | ||
|
| default color of the checkmark | ||
|
| If this option is activated (1), the thumbnail is automatically displayed when a document is opened. | ||
|
| If this option is activated, users can draw checkmarks | ||
|
| If this option is activated, users can download documents. | ||
|
| If this option is activated, users can add text to documents. | ||
|
| If this option is activated, users can draw freehand lines. | ||
|
| If this option is activated, users can select the doc structure. | ||
|
| When activated, new annotations can be edited (created). | ||
|
| The default width of a checkmark | ||
|
| Defines the amount of time in milliseconds to display the information, who and when an annotation was created, until this notification timeouts. | ||
|
| If this option is activated, users can draw highlights. | ||
|
| If this option is activated, users can draw arrows. | ||
|
| Default value for the modal print dialog. When Activated the checkbox is prefilled, otherwise checkbox is not selected. | ||
|
| Defines whether a user may edit annotations created by others or whether he may only edit annotations created by himself | ||
|
| If this option is activated, users can use stamps. | ||
|
| Defines the timespan in milliseconds until a notification timeouts. | ||
|
| When activated, the annotation history is accessable. | ||
|
| Size of a checkmark line | ||
|
| If this option is activated, users can draw redactions. | ||
|
| Size of the font in annotations. | ||
|
| If this option is activated, users can draw rectangles. | ||
|
| If this option is activated, users can print annotations. | ||
|
| Color of the line of a annotation as RGB value. | ||
|
| Default value for the modal download dialog. When Activated the checkbox is prefilled, otherwise checkbox is not selected. | ||
|
| show ole attachments when included | ||
|
| default height of the history list in the note model edit view | ||
|
| If this option is activated, sending the document via email is enabled (only if oauth is used). | ||
|
| Default font color for annotations as RGB value. | ||
|
| If this option is activated, users can draw circles. | ||
|
| If this option is activated, a watermark is set. | ||
|
| If this option is activated, users can print documents. | ||
|
| If this option is activated, users can draw lines. | ||
|
| Minimal allowed height of the edit note modal. User cannot make it smaller than this value | ||
|
| Default value for the modal download dialog. When Activated the checkbox is prefilled, otherwise checkbox is not selected. | ||
|
| Minimal height of the history list in the note model edit view. | ||
|
| Minimal allowed high of the edit note modal. User cannot make it smaller than this value | ||
|
| If this option is activated, users can draw sticky notes | ||
| For saving or creating annotations a secKey is required and can be created by sap. | |||
| Username for the SAP connection | |||
| Password for the SAP connection | |||
| Text for the watermark in the background | |||
| Support Stamps in the following formats: Configuration allows to enter a folder e.g.:
one or more files:
| |||
|
| If active, a ArchiveLink get request for a component will return the viewer. This configuration allows to use the viewer without SAP Customizing (see https://kgs-software.atlassian.net/wiki/spaces/WIKI/pages/3246620679/Supported+Scenarios+Vc#tia-Viewer-CSV-Scenario* ) | ||
|
| The viewer supports these types in default an convert the images to pdf. You reconfigure it and only use the viewer with pdfs with: | ||
|
| Change the behavior of the Microsoft Graph Mail API. On Mail send following will happen: on "Popup":
on "Embedded":
| ||
|
| use security for oauth and mail, openid configuration required: https://kgs-software.atlassian.net/wiki/spaces/WIKI/pages/3254419471/Configuration+Vc#Global-OPENID-Configuration | ||
|
| unsupported MimeTypes like xlsx, docx do not require oauth login when set to false and configured https://kgs-software.atlassian.net/wiki/spaces/WIKI/pages/3254419471/Configuration+Vc#Global-OPENID-Configuration |
...