Modify fields displayed when hovering over a list reference icon

richardhofing
Mega Expert

As you can see from the list screenshot below when I hover over the reference icon it displays a certain number of fields. However, this is not all the fields that are on the form. It also contains another section called Building (see second screenshot) and I want these fields to also display when hovering over the reference icon. Can someone explain to me how to do that?  Thank you!

Ric

 

find_real_file.png

find_real_file.png

 

3 REPLIES 3

Brad Tilton
ServiceNow Employee
ServiceNow Employee

I believe you should be able to create or modify the sys_popup view for that table to customize which field show up.

 

https://docs.servicenow.com/bundle/jakarta-platform-administration/page/administer/field-administrat...

richardhofing
Mega Expert

Hi Brad, I did check that.  Here is what I get when I do that. As you can see it shows all the fields on the form, but the popup only shows those in the top section, none of the fields from the Building section. Could this be because of the section?

 

find_real_file.png

Ahh ok, it may only show the first form section in the popup. You could modify that view so that all of the fields are in the same form section and then use a form annotation to separate the fields.