Die BPC Version 4.1 wird nicht mehr gewartet.

Sollten Sie diese BPC Version nutzen, empfehlen wir Ihnen eine Migration auf eine aktuelle Version. Die Dokumentation zur neusten BPC Version finden Sie hier. Sollten Sie Fragen haben, wenden Sie sich bitte an unseren Support.

Configuring Data Management

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

General Module Configuration

You can access the settings via the administration area under the tab Data Management > General.

Setting (ID) Type Description

Group: module

Module_ForceLoad
(moduleForceLoad)

bool

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

Module_Icon
(module_iconCls)

text

Icon for the respective module in the administration area tab

Module_RestrictInstanceAccess
(module_restrictInstanceAccess)

bool

Access to module components can be restricted. If the configuration for restricted access is set _ to true,_ the corresponding permission must be granted separately for each component, so that You can access the component.

Group: plugin

PluginConfiguration
(plugin_configuration)

json

If the module supports plugins, the plugin configuration can be entered or refined here.

Group: security

SanitizeHTML
(sanitizeHtml)

bool

When enabled, JavaScript and invalid elements are automatically removed. See HTML Sanitizing.

Component Configuration

You can access the settings via the administration area under the tab Data Management > Components.

Setting (ID) Type Description

Group: asset

saveAssetWithCommentAsDefault
(saveAssetWithCommentAsDefault)

bool

Determines whether the "Save" button should open the "Save with Comment" dialog or save directly.

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 displaying differences. The display of differences can also be disabled.

{
"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 customize/set/add a color property for the three style options, and/or ensure that the defined background provides high contrast with the generated color properties of the following theme classes:

  • -grid-item-selected

  • x-grid-item-focused

moduleJumps
(moduleJumps)

json

Array of jump configurations, at most 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," "customId," or "displayName."

"targetFilter" is the dataIndex of the column (most likely in uppercase), "targetModuleId" is the (monitor) module to jump to.

organizationId*
(organizationId)

text

ID of the organization

proxyId*
(proxyId)

text

ID of the HTTP proxy backend Connection that points to the corresponding INUBIT system.

sortMode
(sortMode)

text

For Oracle databases.
Possible values:

  • empty (default sorting)

  • ci (case-insensitive)

  • user (sorting based on 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 default 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

Determines whether the (last) action column is hidden in the attribute grid.
Only useful under very specific circumstances.

detailView_hideInfoColumn
(detailView_hideInfoColumn)

bool

Determines whether the second information column in the attribute grid is hidden.
Only useful under very specific 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 as well as a set of active filters per overview.

This setting should not be edited.

view_states_hidden
(view_states_hidden)

bool

Shows/hides the "view_states" button.

Group: module

Module_Description
(moduleHeader_description)

text

Allows you to enter a short description of the module. Displayed as a tooltip for the module header.

Module_Header
(moduleHeader_enabled)

bool

Enables or disables an additional display and function area in the module header.

Module_Icon
(module_iconCls)

text

Defines the module’s display icon. You can choose from the icons in the FontAwesome library.

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

When enabled, JavaScript and invalid elements are automatically removed. See HTML Sanitizing.

Settings marked with * must be configured.


Keywords: