Make reference field only show 1 column from table

asd22
Tera Contributor

Hello, i have a reference field where i only want 1 coloumn to show up thats "budget unit"

asd22_0-1687863653557.png

 

How do i go about doing this?

1 ACCEPTED SOLUTION

Voona Rohila
Kilo Patron
Kilo Patron

Hi @asd22 

Can you explain in detail of your requirement?

You want to show only 1 column when refernce icon is clicked?

You can click on Refernce icon and configure list layout to show the fields that are required.

VoonaRohila_0-1687864987883.png

 


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

7 REPLIES 7

@Voona Rohila  Hi, i am looking for similar solution on Portal view but i am looking to show members of the group using reference field. its showing Created and then User i want User to be only shown to select

can you help on this ?

Naneen_0-1695414615694.png

Naneen_1-1695414683153.png

 

Hi @Ram050670 

There is no displayvalue set on Group member table so created will be displayed by default when referencing.

To show Group members, Instead of referring the table to 'Group Member' Table, Refer to user table with advanced reference qualifier 

Refer below link

https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB0831564

 

 


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

@Voona Rohila  Thanks for the updates, it was very Helpful link, worked!! i used the below link with sys_user table.

javascript:'active=true^sys_idIN'+getIDs("2d6649bbdbb356004ff5f4331f961924"); function getIDs(grp){var m=GlideUserGroup.getMembers(grp);var ids=''; while (m.next()){ids+= (m.user+',');} return ids;}