Skip to content
Release: Australia · Updated: 2026-03-12 · Official documentation · View source

Configure lists for the Customer Information view

Configure lists for the Customer Information view.

Before you begin

Role required: admin

About this task

Lists are displayed in the Customer Information view in Agent Workspace.

Image omitted: customer-lists.jpg
Recent cases section displaying a list of recent cases and their details.

Procedure

  1. Navigate to All > Customer Central > Customer Information > List Configurations.

  2. Select New.

  3. Fill out the fields, as required.

FieldDescription
TitleEnter a title for the list configuration.
Context tableSelect a context table.
Relationship

Enter the relationship between the context and the list. 1. To create a new relationship, click the Lookup icon and then New. 2. Enter a name for the relationship. 3. In the Applies to table, select either the contact or consumer context table. 4. In the Queries from table select the table from which this list retrieves data. 5. In Query with, type a script to specify the records to include from the table for the relationship queries. For example:



```

current.addQuery("contact", parent.sys_id);

“contact” => is the name of the column in the list table that stores the context ID, for example, contact ID. “parent.sys_id” => is the unique key in the contact table that holds the contact record. Note: If building a new relationship, ensure that the exact column name from the list table that stores the context ID is specified here. ```

ViewSelect the name of the view that has the set of columns to display for this list. For information on how to create a view, see Configure the list layout.
List limitEnter the number of records to display in the list. You can access the remaining records using pagination.
  1. Select Submit.