Open Documentation Menu

Initial visibility and order of the function areas on the case page

To specify the visibility and sequence of the function areas on the case page, you must adjust the application.properties file.

This is how it works

  1. Copy the application.properties file from the templates\config directory to the working\config directory.

  2. Open the file.

  3. Adjust the casemanagement.menuOrder.case setting. You can specify the following areas separated by commas:

    • masterData

    • additionalExplanations

    • activities

    • periodAndTerms

    • conversations

    • tasks

    • folderStructure

    • advancedMasterData

    • tab_%ID%

      Example:

      casemanagement.menuOrder.case=masterData,additionalExplanations,activities,periodAndTerms,conversations,tasks,folderStructure,advancedMasterData
  4. Save the file and restart the application.

Note

So that you can configure the visibility and sequence of detail tabs, you must specify them with tab_%ID% in the configuration.

Functional areas are not visible if they are not configured in the list or are marked with a "!" in front of the ID. Detail tabs can only be hidden by placing a "!" in front of the ID, e.g. !tab_6 , as these are always displayed by default.