Modify default list view table

Bradley Marin
Giga Guru

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. 

1 ACCEPTED SOLUTION

Ubash
Tera Expert

Hi Bradley Marin

The below steps will help you.

1. Select the Widget Data Grid in the UI builder

Ubash_0-1697610503370.png

 

2.  Navigate to the Client State and edit the table name or what you want in the JSON data against currentVizSelection .

Ubash_1-1697610751594.png

 

 

 

View solution in original post

6 REPLIES 6

Ubash
Tera Expert

Hi Bradley Marin

The below steps will help you.

1. Select the Widget Data Grid in the UI builder

Ubash_0-1697610503370.png

 

2.  Navigate to the Client State and edit the table name or what you want in the JSON data against currentVizSelection .

Ubash_1-1697610751594.png

 

 

 

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!