CSM Configurable Workspace record pages

  • Release version: Zurich
  • Updated November 19, 2025
  • 4 minutes to read
  • Summarize
    Summarized using AI
    This content was generated using new OpenAI-powered functionality. Results are provided on an as is basis and are not guaranteed to be accurate or complete.

    Summary of CSM Configurable Workspace record pages

    CSM Configurable Workspace record pages define how customer service management (CSM) records such as cases, tasks, and interactions are displayed within the workspace. These pages use layouts, containers, and components to organize and present record information effectively. Many record pages incorporate presets, controllers, and extension points to enable reusability, simplify configuration, and facilitate upgrades.

    Show full answer Show less

    ServiceNow provides several out-of-the-box record pages tailored to different CSM scenarios, which customers can use as-is or customize based on their needs.

    Available Record Pages

    • CSM default record page: Core page for case management with record details, chat, phone features, and issue resolution suggestions. Supports generative AI via Now Assist for CSM.
    • Front-line case page: Simplified case view designed for front-line agents to quickly categorize cases and respond promptly.
    • CSM Interaction record page: Manages interactions with features for live chat, calls, email, and SMS. Supports generative AI integration.
    • Email interaction record page: Focuses on managing email conversations through interaction records.
    • CSM voice interaction record page: Provides integration components for Contact Center as a Service (CCaaS) to support phone call handling.
    • CSM centered chat interaction record page: Centralized chat interface for managing customer chat conversations.
    • Record default and Interaction record pages: Basic structures previously provided but no longer supported with patches or fixes.

    Record Page Elements

    • Layouts: Define component positioning and visual styling via CSS for creating intuitive pages.
    • Containers: Hold components and group related information or functionality within page areas.
    • Components: Building blocks like headings, images, lists, forms, and buttons that users interact with.
    • Presets: Predefined configurations that automate component settings and data bindings to controllers.
    • Controllers: Consolidate business logic, data management, events, and scripting to support components.
    • Extension points: Allow subpages to inherit controllers from parent pages, enhancing upgradeability and modularity.

    Determining Which Record Page is Used

    The system selects a record page based on the following criteria:

    • Active status: Only active record pages are considered.
    • Order value: The page with the lowest order number is the default fallback.
    • Conditions: Pages can specify conditions (e.g., table constraints) that limit when they apply.
    • Audience: Pages can restrict visibility to specific user groups.

    The system evaluates conditions and audiences first, then defaults to the lowest order value page if no conditions are met. If multiple pages share conditions, the one with the lowest order value is chosen.

    Default Record Pages and Upgrade Considerations

    • New Zurich release customers see the CSM default record page and CSM Interaction record page by default.
    • Customers upgrading retain their existing custom record pages.
    • The older Record default and Interaction record pages are no longer supported with patches or fixes.

    ServiceNow recommends managing and ordering record pages to ensure the correct page displays for your users.

    A record page provides the base structure for how a record is displayed in CSM Configurable Workspace. This structure 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 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.

    Table 1. CSM Configurable Workspace record pages
    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 gather context quickly, 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. It also 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. It provides 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.

    Table 2. Record page elements
    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

    Record pages include several settings that the system uses to determine which record page to use when displaying information in CSM Configurable Workspace.
    • 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’s 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’s 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.

    New zBoot customers see the following pages by default:
    • CSM default record page
    • CSM Interaction record page
    Upgrade customers retain their custom record pages. However, the following pages are no longer supported with patches and fixes:
    • Record default
    • Interaction record page

    For more information about setting the default record pages, see Set record page order.