- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-23-2017 05:46 AM
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!
Solved! Go to Solution.
- Labels:
-
Best Practices
-
Scripting and Coding

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-23-2017 05:48 AM
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.)

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-23-2017 05:48 AM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-23-2017 05:52 AM
System UI -> Forms and System UI -> Form Sections can be the places to start with.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-08-2025 12:28 AM - edited ‎04-08-2025 12:29 AM
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.