Configuration of Data Management

The various configuration options for Data Management are presented and described below.

General module configuration

You can access the setting options via the administration area in the tab Data Management > General.

Setting (ID) Type Description

Group: module

Module_ForceLoad
(moduleForceLoad)

bool

If this value is active, the module is also loaded when the BPC interface is loaded.
This also applies if the value moduleLoadStrategy is set to "onDemand".

Module_Icon
(module_iconCls)

text

Icon of the respective module in the tab of the administration area

Module_RestrictInstanceAccess
(module_restrictInstanceAccess)

bool

Access can be restricted for the use of module components. If the configuration for restricted access is set (true), the corresponding right must be assigned separately for each component, so that the user can access the component.

Group: plugin

PluginConfiguration
(plugin_configuration)

json

If the module is plugin-enabled, the configuration of the Plugin can be entered or refined here.

Group: security

SanitizeHTML
(sanitizeHtml)

bool

If activated, Javascripts and invalid elements are automatically removed. See HTML Sanitizing.

Component configuration

You can access the setting options via the administration area in the tab Data Management > Components.

Setting (ID) Type Description

Group: asset

saveAssetWithCommentAsDefault
(saveAssetWithCommentAsDefault)

bool

Defines whether the "Save" button should open the "Save with comment" dialog or save without detours.

Group: config

collab_integrationReference
(collab_integrationReference)

text

Key for collaboration elements (instead of the Data Management module ID).
Use the same value as under "organizationId".

column_id
(column_id)

text

Required for technical reasons for the integration of the Collaboration module (fixed value "assetId").

differenceSetup
(differenceSetup)

json

Styles for the display of differences. The display of differences can be deactivated or activated via enabled. The function can also be used to display version differences Version differences to display version differences.

{
"enabled": true,
"dirtyStyle": "background:#ffcc22;",
"modifiedStyle": "background: #ffff66;",
"deletedStyle": "background: #ffff66; color: #aaaaaa; text-decoration: line-through;"
}

Depending on your theme configuration, it is recommended that you adjust/set/add a color property for the three style options and/or ensure that the defined background creates a high contrast to the generated color properties of the following theme classes:

  • -grid-item-selected

  • x-grid-item-focused

moduleJumps
(moduleJumps)

json

Array of jump configurations, maximum one per "templateCustomId".

[
  {
    "targetFilter": "PARTNER",
    "sourceFilter": "customId",
    "templateCustomId": "MARKTPARTNER",
    "targetModuleId": "1468315508002"
  },
  {
    "targetFilter": "MIMETYPE",
    "sourceFilter": "customId",
    "templateCustomId": "FORMAT",
    "targetModuleId": "1468315508002"
  }
]

It is also possible to use "default" for "templateCustomId". "sourceFilter" can be "assetId" or "customId" or "displayName".

"targetFilter" is the dataIndex of the column (most likely in capital letters), "targetModuleId" is the (monitor) module to which you want to jump.

organizationId*
(organizationId)

text

ID of the organization

proxyId*
(proxyId)

text

ID of the HTTP Proxy Backend Connectionwhich refers to the corresponding INUBIT system.

sortMode
(sortMode)

text

For Oracle databases.
Possible values:

  • empty (standard sorting)

  • ci (case insensitive)

  • user (sorting according to the user’s language selection)

  • user-ci (both)

specialUrl
(specialUrl)

text

URL path of the special HTTP listener (uploads + downloads).
Default: /ibis/servlet/IBISHTTPUploadServlet/VAM_api_portal_special

targetUrl
(targetUrl)

text

URL path of the standard HTTP listener.
Default: /ibis/servlet/IBISHTTPUploadServlet/VAM_api_portal

webTsmId
(webTsmId)

text

If available, selection of the WebTSM component.

Group: detailView

detailView_header_viewMode
(detailView_header_viewMode)

Example: "compactWithTemplate"

detailView_hideActionColumn
(detailView_hideActionColumn)

bool

Defines whether the (last) action column in the attribute grid is hidden.
Only useful in very special circumstances.

detailView_hideInfoColumn
(detailView_hideInfoColumn)

bool

Defines whether the second information column in the attribute grid is hidden.
Only useful in very special circumstances.

detailView_layout
(detailView_layout)

json

detailView_plugins_tabPosition
(detailView_plugins_tabPosition)

text

Group: misc

view_states
(view_states)

json

Array of view elements.
An element is a collection of open/active elements and an array of active filters per overview.

This setting should not be edited.

view_states_hidden
(view_states_hidden)

bool

Show/hide the "view_states" button.

Group: module

Module_Description
(moduleHeader_description)

text

Enables the storage of a short description of the module. Is displayed as a tooltip of the module header.

Module_Header
(moduleHeader_enabled)

bool

Enables the activation/deactivation of an additional display and function area in the header of the module.

Module_Icon
(module_iconCls)

text

Defines the display icon of the module. The icons of the FontAwesome library are available for selection.

Module_Name
(module_name)

text

Defines the display name of the module.

Group: ui

attributeGrid_displayName_width
(attributeGrid_displayName_width)

integer

Width of the first column in the attribute grid.

header_infoBtnPosition
(header_infoBtnPosition)

text

overviews
(overviews)

json

overview_previewEnabled
(overview_previewEnabled)

bool

overview_previewSetup
(overview_previewSetup)

json

templates
(templates)

json

group: security

SanitizeHTML
(sanitizeHtml)

bool

If activated, Javascripts and invalid elements are automatically removed. See HTML Sanitizing.

Settings marked with * must be configured.


Keywords: