- Post History
- Subscribe to RSS Feed
- Mark as New
- Mark as Read
- Bookmark
- Subscribe
- Printer Friendly Page
- Report Inappropriate Content
an hour ago
How to Get the AI Case Sentiment Tag to Display Correctly in the Service Operations Workspace
A fix for a common AI configuration challenge: getting the LLM-based CSM Case sentiment tag to render correctly when cases are created and displayed inside a customized Service Operations Workspace.
John Lee, AI PMM, ServiceNow — specializes in AI products and helps customers implement AI technologies from requirements to production so they can maximize value from their investments.
Steve Auman, Platform Owner, ServiceNow Customer — acts as solutions consultant, developer, project manager, and administrator for ServiceNow at his company. This requirement came from employees wanting a single UI for the case-to-problem escalation path.
Context
Some organizations with tightly integrated Customer Service and Engineering departments customize the Service Operations Workspace (SOW) UI so CSM cases can be created and rendered there. The goal: all employees work in the same workspace for cases, incidents, and problems, giving a more streamlined, unified view of records and less switching between workspaces for users who wear multiple hats.
This typically looks like adding an option to create a new case when the "+" is selected in SOW.
The challenge
Because this is a UI customization, when a CSM case is created and rendered in SOW, the LLM-based AI Sentiment Tag either doesn't show up, or SOW renders the older ML-powered Sentiment Tag variant without deeper LLM insights.
The fix
Phase 1: Confirm the LLM-based sentiment tag is working somewhere first
Before touching SOW, make sure the sentiment tag renders correctly on a CSM Case in the plain CSM/FSM Configurable Workspace. If it doesn't show up there either, this is likely a Now Assist setup issue.
Go to Now Assist Admin > Skills > Customer > CSM and activate the sentiment analysis case skill, then open a case and confirm the tag appears.
To only display the LLM-powered Sentiment Analysis tag for cases, go to Task Intelligence for Customer Service > Setup, open the predict case sentiment model, and deactivate it (or remove all case types under "Define the purpose").
Once you've confirmed the LLM-based Sentiment Analysis tag renders correctly for CSM cases, continue on.
Phase 2: Build a UI Builder page variant for cases in SOW
- Navigate to Now Experience Framework > UI Builder.
- Search for and open the Service Operations Workspace experience.
- Click the + near Pages to add a new page. By default, SOW doesn't have a page variant that knows how to correctly render a case record.
- Create a new page.
- Select the CSM default record page.
- Name the page something that makes it obvious what it's for later — for example, "CSM Default Record for Service Operations Workspace."
- Leave the required and optional parameters as they are and continue.
- Add a condition so this page variant only opens for cases. Point the condition at the case table your fulfillers will use — whether that's the default
sn_customerservice_casetable or your custom case table. - Once you complete this initial setup, you'll be sent to the UI Builder experience. It should display how the CSM default case UI would render in SOW.
- Click Test values on the top left, add your table, pick a real case record using the search icon, then click Apply. You should now see the case rendering inside the builder.
- Confirm the sentiment tag — the UXC Sentiment Analysis 1 component — is visible and populated for your test record. This is the UI component needed to properly render the LLM-based Sentiment Analysis tag.
- Save and deploy the page.
Phase 3: Turn off the old page
If a previous custom page for cases already existed in SOW, disable and retire it once your new page is live. If you're using a heavily customized case UI, follow the steps above and rebuild the page using the UXC Sentiment Analysis 1 component.
Troubleshooting
- If the sentiment component isn't available in the component list when you try to add it directly, build from a copy of the CSM case record default UI page as a workaround.
- If none of this resolves the issue and your instance has a higher degree of UI customization and custom tables, file a support ticket for more help.
- 136 Views