Display and Modify Record information
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
a week ago
Hi,
I have a requirement in CSM where I need to customise CSM/FSM Configurable workspace. In the contextual sidebar of a custom case record, Record information icon is not visible.
I want to make sure it is displayed and after which, I need to display a custom card inside.
I have a reference field called "Restaurant" in my custom case record, which in turn has reference field called "Owner" which references the User table.
So basically - Custom case record has Restaurant field -> Restaurant has Owner -> Owner has name and phone number
I want to display the owner information in the Record information.
1. How do I display the tab "Record Information"?
2. How do I display a custom Card that has the Owner details in the Record information?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
a week ago
Hi @Narmadha PR
Check this links:
https://www.youtube.com/watch?v=7TOdfHdpLUg&t=2
Configurable Workspace -> Contextual Side Panel: how to access data from associated record?
Regards
Tanushree Maiti
ServiceNow Technical Architect
LinkedIn: https://www.linkedin.com/in/tanushreemaiti
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
a week ago
1.Navigate to sys_aw_form_header.list and create a new record.
2.Select
table = your_custom_table
primary filed = short description (displayed on record header)
save the record
3.In the related list secondary values add the fields you want to display on the card.
4.In the related list UX Header Configuration ,click on edit and add CSM/FSM Configurable Workspace Header Config
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
a week ago
Hi @Rakesh_M , Thank you for your reply. This approach does not display the Record information. Rather, it just displays the values at the header level on top of the page.