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.

Configuration

Task List View

The Task List View supports two different view types:

  • Overview and Task List (Default)

  • Overview, Task List, and Task Content

The two view types differ in whether the content of a selected task is displayed directly on the task list page or opened in a pop-up dialog. The latter is the default.

Task List View Configuration

Configuration in INUBIT

The settings listed here are overwritten during (re)deployment from INUBIT. Therefore, they should be preconfigured centrally in INUBIT for all Interaction instances to prevent unintended overwriting.

To change the view settings, open the configuration of the desired component and select "Tasklist_Configuration."

In the displayed JSON structure, the following Parameters control the view:

  • masterDetailView: Enables (true) or disables (false) the area for direct display of the task content

  • masterViewPosition: Determines the position of the task content display relative to the task list: right/east (east), left/west (west), above/north (north), below/south (south)

  • masterViewSize: Default pixel width of the task content display

  • Force valid JavaScript: If JavaScript is used in task content, this option ensures that the executed JS is valid. If errors occur, execution is stopped and a corresponding message is displayed. When disabled, the JS is still executed, but errors are only visible in the browser console.