- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-27-2023 04:01 AM
Hello, i have a reference field where i only want 1 coloumn to show up thats "budget unit"
How do i go about doing this?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-27-2023 04:23 AM
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.
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-27-2023 04:23 AM
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.
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-27-2023 04:30 AM
oh yes sorry, but what you said is just what i wanted. Thank you
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-27-2023 04:36 AM
only issue i dont have that option in my reference on my record producer:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-27-2023 04:48 AM
Open the record produce in Native UI using Try It Button but This will not be applicable in Portal view.
You can also add attributes to the Variable so when user types in the field value will be shown like below
To Configure you need to add this in variable dictionary attributes( Modify field names accordingly)
ref_auto_completer=AJAXTableCompleter,ref_ac_columns=u_budge_unit,ref_ac_order_by=u_budge_unit
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