- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-21-2016 08:21 AM
I have a situation where I want to show a related list in a dialog view that has limited columns. On the Incident, we are using the OneSearch application and it has a log table that I'm showing as a related list on the Incident form. When someone is marking the Incident "resolved", I pop up a dialog box. In this dialog box, I only want to show the OneSearch log related list, but with only a couple of relevant columns. Is this possible?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-12-2017 02:57 PM
Hi Chuck,
This got me most of the way to my solution, thanks! I had to create a new list layout with the same name as the dialog view, so now the resolve dialog pop up shows the limited fields on the related list.
Thanks!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-21-2016 08:35 AM
Hi Kristen,
Can you include a screenshot of what you are describing? A picture is worth 1,000 words after all.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-21-2016 08:41 AM
This is the related list on the incident form:
When someone clicks "Resolve Incident" on the Incident, a dialog window pops up, showing an abbreviated form view with only the relevant fields:
On this pop up, I want to add the "Search Logs" related list, but I want to limit the columns just for this form view, since it's a popup.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-21-2016 08:46 AM
How is that popup being presented? Is it a GlideDialogWindow doing a UI Page (You can look at the script in the UI action to find out more.)
If so, then there's no putting a related list on your UI page. If you are specifying a form/view, then you might be able to configure that view and add a related list. Haven't tried it lately.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-21-2016 08:52 AM
It calls a form view, not a custom UI page. But the underlying question isn't how to add the related list, I know i can add the related list to the view, but the issue is having that related list only show 2 columns, while the related list on other Incident form views show all the current columns displayed.