
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-27-2017 09:10 AM
What table is the list view settings saved to? I'm trying to control what columns are shown on list views - specifically the reference field view. We have a domain separated instance, and there must be some overrides set somewhere so the domains are not going off of what's set at Global & TOP, and instead of going to each domain and setting from there, I want to go to the table, and remove the overrides so I can make 1 change at global, and have it cascade down to all the domains.
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-27-2017 09:23 AM
Hi John,
sys_ui_list is the table that saves list views of the table, If you want to have same list views on all the domains clear the user value from the default view in global domain, and make sure you have only one default view record for the table.
Please Hit Like/Helpful and Correct answer based upon the impact.
Thanks,
Chaithanya.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-27-2017 09:23 AM
Hi John,
sys_ui_list is the table that saves list views of the table, If you want to have same list views on all the domains clear the user value from the default view in global domain, and make sure you have only one default view record for the table.
Please Hit Like/Helpful and Correct answer based upon the impact.
Thanks,
Chaithanya.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-27-2017 10:11 AM
ah, there it is. thank you!