Configure reports for the Customer Information view
Configure which reports to display on the Customer Information view.
Before you begin
Role required: admin
About this task
Reports are displayed in the Customer Information view in Agent Workspace.
Procedure
- Navigate to All > Customer Central > Customer Information > Report Configurations.
- Select New.
-
Fill out the fields, as required.
Field Description Title Enter a title for the report. Context table Select a Context table. Note:For example, enter Contact if you want to display all the information about a customer contact.Report Select a report. Note:Only pie charts, doughnuts, and single score charts are supported.Relationship Enter the relationship between the context and the report. - To create a new relationship, click the Lookup icon and then New.
- Enter a name for the relationship.
- In the Applies to table, select either the contact or consumer context table.
- In the Queries from table select the table from which this list retrieves data.
- In Query with, enter a script
to build the relationship between the context table
and the report table. You can also specify any
filter conditions if needed. For example:
current.addQuery("contact", parent.sys_id); “contact” => is the name of the column in the report 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 report table that stores the context ID is specified here.
- Select Submit.