Need to show different fields in reference field pop up

dharmesh rathod
Tera Contributor

Hello All,

 

I have 2 tables 

Table 1: sc_cat_item
Table 2: cmdb_ci_linux_server

 

On both above table I have created custom reference field 'Level of Service' referring to custom table 'u_sla_service_configuration' which has some data entries like below

 

dharmeshrathod_0-1721635927108.png

 

 

Requirement:

 

When I open reference field 'Level of service' field on 'sc_cat_item' table I only want to see 'Catalog item level of service' column 

And when I open 'Level of service' field on 'cmdb_ci_linux_server' table I only want to see 'Level of Service' column records entries

 

Right not it is showing both the columns in popup as below

 

dharmeshrathod_1-1721636129124.png

 

1 ACCEPTED SOLUTION

Voona Rohila
Kilo Patron
Kilo Patron

Hi @dharmesh rathod 

when you click the Lookup icon and see the list, it's the sys_popup view and it's always 1 for per table, Different Refernce list views is not possible

 

Refernce Links: 

https://www.servicenow.com/community/developer-forum/different-view-for-reference-list-pop-up/m-p/28...

https://www.servicenow.com/community/now-platform-forum/create-multiple-customized-list-views-on-ref...

 

 


Mark it helpful if this helps you to understand. Accept solution if this give you the answer you're looking for
Kind Regards,
Rohila V
2022-25 ServiceNow Community MVP

View solution in original post

4 REPLIES 4

Vrushali  Kolte
Mega Sage

Hello @dharmesh rathod ,

 

You can configure it in list layout.

Click on reference icon>right click on column header>configure>List Layout.

 

VrushaliKolte_0-1721637817215.png

 

Also, please refer the link below for more details.

 

https://www.servicenow.com/community/developer-forum/make-reference-field-only-show-1-column-from-ta...

 

If my answer solves your issue, please mark it as Accepted✔️ and Helpful👍!

 

 

Hello Vrushali,

 

I have already made changes is the list layout but doing that it changes columns in both the table which is not what I want.

 

In table sc_cat_item I want to show Catalog item level of service

 

and in cmdb_ci_linux_server table I want to show Level of service field

Voona Rohila
Kilo Patron
Kilo Patron

Hi @dharmesh rathod 

when you click the Lookup icon and see the list, it's the sys_popup view and it's always 1 for per table, Different Refernce list views is not possible

 

Refernce Links: 

https://www.servicenow.com/community/developer-forum/different-view-for-reference-list-pop-up/m-p/28...

https://www.servicenow.com/community/now-platform-forum/create-multiple-customized-list-views-on-ref...

 

 


Mark it helpful if this helps you to understand. Accept solution if this give you the answer you're looking for
Kind Regards,
Rohila V
2022-25 ServiceNow Community MVP

Amit Verma
Kilo Patron
Kilo Patron

Hi @dharmesh rathod 

 

You can make use of Configure List Layout feature. Refer https://www.servicenow.com/community/developer-forum/make-reference-field-only-show-1-column-from-ta...

 

Thanks and Regards

Amit Verma


Please mark this response as correct and helpful if it assisted you with your question.