How to customize the fields shown in the “i” (information) icon popup for a reference field?

TejasSN_LogicX
Tera Contributor

Hi everyone,

I’ve created a catalog item that includes a reference field pointing to the sys_user table. When I click the “i” (information) icon next to the reference field, it currently shows all the fields from the sys_user table (the default view).

I would like to show only 4–5 specific fields in that popup instead of all fields.

Can someone please guide me on how to configure or customize which fields are displayed when clicking the “i” icon for a reference field in a catalog item form?

Thanks in advance!

 

 

 

TejasSN_LogicX_0-1762423353557.png

 

5 REPLIES 5

Dr Atul G- LNG
Tera Patron
Tera Patron

Hi @TejasSN_LogicX 

 

You need to make the change in the Sys Pop-up View.

 

https://www.servicenow.com/community/servicenow-ai-platform-blog/references-fields-sys-popup-views-a...

 

https://www.servicenow.com/community/developer-forum/how-do-i-configure-a-pop-up-view-on-a-reference...

*************************************************************************************************************
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.

Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]

****************************************************************************************************************

did you check the links @TejasSN_LogicX 

*************************************************************************************************************
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.

Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]

****************************************************************************************************************

Ankur Bawiskar
Tera Patron
Tera Patron

@TejasSN_LogicX 

you need to configure the sys_popup view for your table (sys_user)

This article explains it clearly

How to customize fields displayed on the reference field pop up form using a sys_popup view. 

in addition to above, do check this link

Popup view of a reference field is not showing the expected form layout of the configured sys_popup ... 

Note: this will be a global change, whatever fields you configure in sys_popup view the same will be shown whenever user clicks i icon for any field which refers to sys_user

💡 If my response helped, please mark it as correct and close the thread 🔒— this helps future readers find the solution faster! 🙏

Regards,
Ankur
Certified Technical Architect  ||  9x ServiceNow MVP  ||  ServiceNow Community Leader

Hi @Ankur Bawiskar  , @Dr Atul G- LNG  ,

  I tried that, but it only shows up on the instance's froms and not the portal.