- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-22-2017 10:14 AM
How do I get a related list on a given form to use a particular view? For example, I created a view called "ess" for the Affected CI table (task_ci) with different columns than its default list view. I want the Affected CIs related list on the Change Request form (Normal view) to use the new ess view rather than the default view. Is that possible?
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-22-2017 03:54 PM
I don't believe it will work the way you are going about it using views, as the related list will inherit the view of the form you are on; but if you right click on the header of the related list you can do a configure->layout there which will apply specifically to that form for that view(i.e. it won't change the main list for the table even though it is in the same view).
You can confirm by visiting sys_ui_list where table is the related list and parent is the form.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-22-2017 03:54 PM
I don't believe it will work the way you are going about it using views, as the related list will inherit the view of the form you are on; but if you right click on the header of the related list you can do a configure->layout there which will apply specifically to that form for that view(i.e. it won't change the main list for the table even though it is in the same view).
You can confirm by visiting sys_ui_list where table is the related list and parent is the form.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-23-2017 06:09 AM
Thanks, josephmccarty... I was totally over-thinking (or under-thinking?) it.