- 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
‎09-19-2023 10:51 PM
Please check out the "Add a data visualization donut component for the landing page" section at the following link -> here.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-25-2023 07:20 AM
I looked at that PDF but didn't see what I was looking for. I am not talking about the donut visualization. Rather, I want to change the default table the list below the donuts pulls from upon initial load of the workspace. Currently, it pulls from incidents, however I would like to change that to Universal Requests, for example.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-25-2023 09:19 AM
Hi @Bradley Marin ,
There are two ways to achieve this
1. As @Gaurav Jain mentioned, you may follow the document to change the table for the first donut(currently sourced on the incident table), which will automatically change the source table for both List/Grid view. on page load/click of the first donut/click of view all, you will see your custom table data in List/grid view.
2. If you just want to change the table for list, you may create a variant of the "Overview" viewport page and can change the table for the list component - refer screenshot
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-13-2023 11:56 AM
Hi @Haseeb-Ahmed
Unfortunately I've still been unable to get this to work. I followed the steps in the doc that @Gaurav Jain mentioned and the page still defaults to loading incidents into the second level cards/list view.
Have either of you @Haseeb-Ahmed / @Gaurav Jain been able to get this to work?