Search all views for table

javis
Giga Expert

Hi All,

Just wondering if there is a faster way to search all associated views for a particular table. i.e. all views in the Requested Item table. Does anyone know where I can start?

Thanks in advance!

1 ACCEPTED SOLUTION

Chuck Tomasi
Tera Patron

Take a look at the table sys_ui_form.list. It relates your tables to your views. (keep in mind 'empty' is the default view.)



find_real_file.png


View solution in original post

3 REPLIES 3

Chuck Tomasi
Tera Patron

Take a look at the table sys_ui_form.list. It relates your tables to your views. (keep in mind 'empty' is the default view.)



find_real_file.png


Sharath Chandra
ServiceNow Employee
ServiceNow Employee

System UI -> Forms and System UI -> Form Sections can be the places to start with.


Thanks your answer was perfect. To even improve on that further.

 

If we want to know how many views exist on that table , when we open that specific form.

For example : lets says there are 18 views visible when you open any problem record (on pdi after clicking views)

 

So for this person can do  System UI -> Forms and System UI -> Form Sections ---> View (GROUP BY VIEW)

 

The count you will get will be the number of views you see on problem, incident or other forms.