Monitor quick functions
The monitor provides various quick functions on its user interface. These are actions that are used frequently and therefore provide a quickly accessible function icon. The individual actions can be configured in a similar way to plugins Pluginsthe individual actions can be positioned in different places and in any order.
Positioning and configuring the actions
The actions can be positioned on the monitor in the administration area using the following parameters:
-
FunctionToolbar_LeftContent: BPC toolbar left -
FunctionToolbar_RightContent: BPC toolbar right -
ModuleHeader_Content: Module header
Syntax
An array is defined in these settings.
Each array element consists of either a string that corresponds to the ID of the desired action or an object that has at least one attribute id and refers to the desired action.
If only a string is specified, the action is displayed with the default values for the options.
If an object is specified, the options of the actions can be influenced via an additional attribute config.
Actions can be specified in any order and frequency.
[
{
"id": "metadata",
"config": {
"showFilter": false,
"showSorter": false
}
},
"favorites",
"search",
"processaction",
"export",
"views",
"refresh",
{
"id": "refresh",
"config": {
"switchAutoUpdate": false
}
},
"plugins"
]
Output of the sample configuration:
Overview of the quick functions
All usable quick functions are described below. Some functions can be configured even further by using special options.
Metadata
ID: metadata
The metadata provides information about the number of data records, active filters and sorting.
| Option | Description | Type | Default value |
|---|---|---|---|
Shows the number of data records in the monitor, taking into account all active filters. Function icon: |
Boolean |
|
|
Shows the number of all active filters. Function icon: |
Boolean |
|
|
Shows the number of all active sorts. Function icon: |
Boolean |
|
|
Shows an info icon that contains all metadata as a tooltip. Function icon: |
Boolean |
|
|
Shows the number of all selected data records. Function icon: |
Boolean |
|
Favorites view
ID: favorites
Function icon:
Shows a quick selection for views that are marked as favorites Favorites have been saved as favorites.
If a favorites view is currently open, the corresponding icon is highlighted in color.
Refresh
ID: refresh
Function icon:
Enables manual refreshing of the monitor data.
| Option | Description | Type | Default value |
|---|---|---|---|
|
If this option is activated, the user can deactivate the automatic update for themselves in this monitor. |
Boolean |
|
Plugins
ID: plugins
Enables the placement of plugins in the toolbar. In order for plugins to appear in the toolbar, you must first assign Plugins to one of the Monitor Plugins/Hooks. If plugins are not explicitly configured, they are automatically placed on the far right or far left for the right-hand toolbar.
Layout help for the toolbars
You can also use the following content for the toolbar to influence the arrangement of the functions. This content only influences the display and has no other function.