- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-19-2023 07:27 AM
Does anyone know of a way to modify the default table populating the list view on the Service Operations Workspace? Out of box it pulls from incident, however, we would like to have it pull from Universal Request's instead. I have not seen anything in any of the scripts that shows how it can be modified. I also haven't seen any documentation on it.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-17-2023 11:35 PM - edited ‎10-17-2023 11:36 PM
The below steps will help you.
1. Select the Widget Data Grid in the UI builder
2. Navigate to the Client State and edit the table name or what you want in the JSON data against currentVizSelection .
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-17-2023 11:35 PM - edited ‎10-17-2023 11:36 PM
The below steps will help you.
1. Select the Widget Data Grid in the UI builder
2. Navigate to the Client State and edit the table name or what you want in the JSON data against currentVizSelection .
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-19-2023 09:09 AM
This is the only way I've been able to do this successfully. I duplicated that subpage and then edited the JSON, I wish this was better documented by ServiceNow but at least there is a solution.
Thank you!