Related list custom columns

kristenankeny
Tera Guru

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?

1 ACCEPTED SOLUTION

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!


View solution in original post

8 REPLIES 8

Chuck Tomasi
Tera Patron

Hi Kristen,



Can you include a screenshot of what you are describing? A picture is worth 1,000 words after all.


This is the related list on the incident form:



find_real_file.png




When someone clicks "Resolve Incident" on the Incident, a dialog window pops up, showing an abbreviated form view with only the relevant fields:



find_real_file.png



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.


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.


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.