- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-10-2025 07:00 AM
Hi everyone,
I'm working in my ServiceNow PDI and wanted to customize CSM Configurable Workspace. I’ve created an Update Set and added several custom fields to the Interaction table in Global scope. I added the fields to the Interaction form layout using Form Designer and confirmed they appear in the classic UI. However, when I open the CSM Configurable Workspace, I don’t see these fields in the Interaction Record Page or CSM Interaction Record Page.
What I Need Help With:
- How can I make my custom fields visible in the CSM Configurable Workspace?
Any guidance or best practices would be greatly appreciated!
Thanks in advance,
Swetha.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-10-2025 07:12 AM
Hi @swethavelu ,
same query but different workspace
just change the workspace to CSM workspace and make the changes
configure ->form layout->csm workspace
Please mark my answer as helpful/correct if it resolves your query.
Regards,
Chaitanya
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-10-2025 07:47 AM
workspace uses Workspace view to render form.
approach shared by @Chaitanya ILCR should work for you
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-10-2025 07:12 AM
Hi @swethavelu ,
same query but different workspace
just change the workspace to CSM workspace and make the changes
configure ->form layout->csm workspace
Please mark my answer as helpful/correct if it resolves your query.
Regards,
Chaitanya
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-10-2025 07:47 AM
workspace uses Workspace view to render form.
approach shared by @Chaitanya ILCR should work for you
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2 weeks ago
Why your fields don’t show
Form Designer only affects Classic UI.
CSM Workspace uses UI Builder, so your fields must be added there manually.
Do this to show your custom fields in CSM Workspace
Open UI Builder
All → UI Builder → CSM Configurable WorkspaceOpen Interaction Record Page
Check Data Resource
Select Data → Interaction Record
Make sure your u_ fields are included
If missing → add them
Add Field to Page
Click the section/container
Add Now → Form Field
Bind to:
Record: Interaction
Field: u_your_field
Publish the page
Clear cache
/system_ui_builder_clear_cache.do