- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-03-2023 11:21 PM
Hi Everyone, is there any script available to get the columns, which are visible under the default list view of any table, which field decides what columns need to display in the list view? like I want to verify "number" column is visible in the default view of the incident table through the script.
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-03-2023 11:30 PM
Hello @Gouthami Vootla
The table UI Views (sys_ui_view) contains form and list view definitions and it has related lists which contains table definition for each view and their fields.
Open Default view with empty name and in "lists" related list you can find incident able and in that record you will have the related list with list of fields in the incident list default view fields.
You can write script to query these tables and get the field names.
Thank you,
Ali
Thank you,
Ali

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-03-2023 11:30 PM
Hello @Gouthami Vootla
The table UI Views (sys_ui_view) contains form and list view definitions and it has related lists which contains table definition for each view and their fields.
Open Default view with empty name and in "lists" related list you can find incident able and in that record you will have the related list with list of fields in the incident list default view fields.
You can write script to query these tables and get the field names.
Thank you,
Ali
Thank you,
Ali