Case list

Introduction to the case list in ConSol CM

The case list is located at the left side of the screen. It shows the cases which the current user and his team work on and serves as a to-do list. The case list is structured in several groups, so the users can locate the cases which need to be handled first more easily. The selected view determines which cases which are included in the case list (queue, scope, values of data fields).

Concepts, terms and definitions

Concept

Other terms

Definition

case

ticket

Request of the contact which the users works on in the Web Client

case list

ticket list

To-do list which contains the cases which are relevant for the current user

view

 

Definition of the set of cases which are displayed in the case list in the Web Client

process

queue

Process which the case belong to; determines the workflow and the data models

scope

 

Part of the workflow which illustrate the status of the cases

assignee

engineer

User who is handling a case at the moment

Purpose and usage

The case list serves as a to-do list, providing a convenient way to locate relevant cases. The user can adapt the case list in the following ways:

Settings for the case list

The case list is configured using system properties, field settings and page customization attributes. The following aspects which effect the case list as a whole can be modified:

Settings for the case list entries

The displayed information for each case list entry can be configured by using system properties, field settings and page customization attributes. By default, the creation date and contact (based on the Case list or Default template, see Defining contact templates) are displayed for each case. If the case list is grouped by user, the Team group also shows the assignee.

Displaying additional information

You can display additional information by setting Position in the case list for a case field. This defines the position of the field in the case list. All fields with this setting must fit in a common matrix, i.e. each position can only be assigned once. If the fields belong to different groups, the order depends on the order of the groups in the first place, i. e. the fields of the upper most group are displayed first and the position only serves to define the order of the fields within the group. If a field should span more than one column in the matrix, you can set the desired number of field columns in Width in case list. If a field should span more than one row in the matrix, you can set the desired number of field rows in Height in case list.

If the setting Show label in view mode has the value true, the name of the field is displayed in front of its value in the case list.

Determining the order of information

The order of the default information shown for each entry in the case list is determined using page customization attributes of the type accordionTicketList. There is one attribute for each way of grouping the case list:

The default information is referenced by the following keywords:

The configuration is provided in a map:

[ALL_VIEWS_DEFAULT: [DEFAULT: [CUSTOMER, CREATION_DATE]]]

The first level represents the view to which the configuration applies. This can be either ALL_VIEWS_DEFAULT (configuration applies to all views), or the technical name of a view.

The second level represents the group. This can be either DEFAULT (configuration applies to all groups), or the reference to a group, which depends on the grouping:

It is recommended to keep the default setting for all constellations which are not defined specifically.

The following example shows how to display the scope for cases in the process Helpdesk_1st_Level.

[ALL_VIEWS_DEFAULT: [DEFAULT: [CUSTOMER, CREATION_DATE]], Helpdesk_1st_Level: [DEFAULT: [CUSTOMER, CREATION_DATE, SCOPE]]]

You can use a script to provide this configuration, see Using a script to set page customizations.