CSM Configurable Workspace record pages
Summarize
Summary of CSM Configurable Workspace Record Pages
CSM Configurable Workspace record pages establish the structural framework for displaying various records, such as cases and interactions. These pages utilize layouts, containers, and components, with some incorporating presets and controllers for enhanced reusability and easier configuration.
Show less
Key Features
- Record Pages: Several predefined pages are available, including:
- CSM Default Record Page: Basic structure for case management with generative AI features.
- Front-Line Case Page: Simplified view for agents to categorize and respond to cases quickly.
- CSM Interaction Record Page: Manages interactions with features for live chats and calls.
- Email Interaction Record Page: Manages email communications with customers.
- Voice Interaction Record Page: Integrates with CCaaS providers for handling phone calls.
- CSM Centered Chat Interaction Record Page: Centralized chat component for agent use.
- Record Default: Basic structure for records, no longer supported.
- Interaction Record Page: Basic structure for interaction records, no longer supported.
- Record Page Elements: Key components include layouts, containers, components (e.g., Heading, Image, List), presets, controllers, and extension points, all crucial for effective page design and functionality.
- Determining Record Pages: The system evaluates active record pages based on their order, conditions, and audience to determine which page to display.
Key Outcomes
By leveraging CSM Configurable Workspace record pages, customers can enhance the efficiency of their service operations, improve agent responsiveness, and ensure a tailored experience for users. Understanding how to customize and utilize these pages effectively will lead to streamlined workflows and better customer service outcomes.
A record page provides the base structure for how a record is displayed in CSM Configurable Workspace. This includes records such as cases, tasks, and interactions.
Record page overview
Record pages include elements such as layouts, containers, and components to display record information. Some record pages leverage additional logic using presets, controllers, and extension points. Pages with preset and controller logic benefit from reusability because they automatically inherit styling, events, and data binding. This reusability makes simplifies configuration and makes the pages upgrade friendly.
Several record pages are included with CSM Configurable Workspace. You can use these record pages as is or you can customize them to suit your needs. For more information about customizing record pages, see Manage UI Builder pages and page variants.
Record pages available with CSM Configurable Workspace
Several record pages are included with CSM Configurable Workspace.
| Page | Description |
|---|---|
| CSM default record page | This page provides the basic structure for case management, including record information, chat and phone features, and suggestions for resolving issues. Note: Use this page to display generative AI elements and functionality available with Now Assist for Customer Service Management (CSM). |
| Front-line case page | This page is designed for front-line agents. It provides a simplified case view that enables agents to quickly gather context, categorize cases, and provide prompt responses to customers. |
| CSM Interaction record page | This page includes CSM-specific features for interaction management, including interaction information and related search results, and enables agents to accept and respond to live chats, calls, email, and SMS
messages. Note: Use this page to display generative AI elements and functionality available with Now Assist for Customer Service Management (CSM). |
| Email interaction record page | This page enables agents to manage email conversations with customers using interaction records. |
| CSM voice interaction record page | This page provides a component that customers can use for integration with Contact Center as a Service (CCaaS) providers and an interface that agents can use to handle customer phone calls. |
| CSM centered chat interaction record page | This page provides a chat component in the center of the workspace that agents can use to handle customer chat conversations. |
| Record default |
This page provides the basic structure for a record page, including record information, a communication interface, and suggestions for issue resolution. This page is also known as the standard record
page.
Note: The Record default page is no longer supported with patches and fixes. |
| Interaction record page | This page provides the basic structure for an interaction record, including interaction information and related search results. Note: The Interaction record page is no longer supported with patches and
fixes. |
Record page elements
Record pages are made up of different elements that determine how record information is displayed in CSM Configurable Workspace.
| Element | Description |
|---|---|
| Layouts | The metadata that determines how components are positioned on a page and what CSS rules apply. Layouts enable you to create useful and visually appealing pages. |
| Containers | A container holds one or more components on a page. Think of a container as an area of the page where you add information, images, or functionality (your components). |
| Components | Components are the building blocks that you use to create pages. End users, such as agents, use components to view and interact with data. Commonly used components include Heading, Image, List, Form, and
Button. For more information about components and component configuration, see the ServiceNow® Developer site. |
| Presets | A preset is a set of instructions that define configuration values for a specific component. A preset also specifies how a component connects to a controller. Using presets can simplify component configuration and enable you to avoid manual data binding. |
| Controllers | A controller combines the complex business logic, including data brokers, state parameters, scripting, and event management, into a single entity. Presets use the data in a controller to auto-configure a component. |
| Extension points | An extension point enables subpages, such as viewports and page collections, to inherit controllers from the parent page. Extension points also improve the ability to upgrade. |
Determining which record page is used
- Active: A record page can be active or inactive. The system evaluates active pages when determining which page to use.
- Order: A record page has an order value. The system uses this order value when determining which page to use. The page with the lowest order value is the default record page.
- Conditions: A record page can have one or more conditions that determine when it is used. For example, a record page can have a condition that specifies a table, such as the Interaction [interaction] table. This condition limits the use of the page to records from the Interaction table.
- Audience: A record page can have a specified audience. This audience determines who can see the page. If no audience is specified, all users can see the page.
The system chooses a record page by evaluating the conditions, order values, and audience on the available active pages.
- If there are no active pages with conditions or audience, the system chooses the page with the lowest order value.
- If there is an active page with one or more conditions and those conditions are met, the system chooses that page.
- If there are two active pages with the same conditions, the system chooses the page with the lowest order value.
- If an audience is specified, only those users can see the record page.
Default record pages
Each record page has an order value and the page with the lowest order number is the default record page.
- CSM default record page
- CSM Interaction record page
- Record default
- Interaction record page
For more information about setting the default record pages, see Set record page order.
- Front-line case page
- CSM centered chat interaction record page