Case Header Widget
A case header widget displays important case information at the top of a case detail page. This section remains visible at all times, regardless of which tab is selected.
Configuring a Case Header Widget
The configuration for a case header widget is part of the case definition setup.
Steps to configure
Go to the
Adminmenu.Open the
Casesmenu and select the case you want to configure widgets for.Open the
Case detailstab.Click the
Headertab.
On this page, you can configure one header widget.
To create it, click the Add widget button.
You will then go through three setup steps:
Choose widget type
Choose widget appearance
Choose widget content
Note: Case header widgets do not include width or condition settings. Only the
Fieldswidget type is supported.
For a detailed explanation of these steps, see the widget configuration documentation.
Access Control
Access to case header widgets can be managed through access control settings. For more details, visit the Access Control documentation.
Resources and Actions
com.ritense.document.domain.impl.JsonSchemaDocument
view
Allows viewing a case header widget on the case detail page
Autodeployment via IDE
Case header widgets can also be automatically deployed through your IDE. For more details, see the Autodeployment documentation.
To autodeploy a case header widget, add a deployment file to the header-widget folder within your case definition.
For example, the following file would automatically deploy a case header widget to version 1.01 of the bezwaar case definition:
config/case/bezwaar/1-0-1/case/header-widget/bezwaar.case-header-widget.json
Last updated