
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-22-2023 06:58 AM - edited 08-01-2023 09:58 AM
Guys, what am I doing wrong here?
On the incident form, I defined a new field, which is a REFERENCE to another field, as follows:
But it's not showing up as a "Dropdown". It's showing up as a Lookup Dialog. There is a magnifying glass icon, and clicking on that causes a popup dialog to appear. It's a lot more "clunky" than the simple dropdown.
I'm sure this is an ID 10 T error, so apologies in advance. Thanks for helping.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-22-2023 07:20 AM - edited 07-22-2023 07:25 AM
Hello @G24
Greetings!
refer below support articles:
https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB0723555
https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB0784424
Please mark answer helpful or correct. if it solves your query
Kind Regards,
Ravi Chandra.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-24-2023 03:40 AM
Thanks, @Ravi Chandra_K and @Sagar Pagar
It ended up being THIS property that I needed to change: glide.xmlhttp.max_choices
But I'm still very unclear on the difference between that and glide.ui.max_ref_dropdown. Do you guys understand the difference? As described here ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-22-2023 07:16 AM
Hi @G24,
Follow the below steps. It will help you to she reference field as drop-down.
1) Select the Choice List Specification section options as
- Dropdown with --None--
- Dropdown without --None--
2) Add the field attributes with comma separated.
ref_auto_completer=AJAXReferenceChoice
If my response helps to solve your issue. Kindly mark it as helpful & correct. It will be helpful for future readers.
Thanks,
Sagar Pagar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-22-2023 07:20 AM - edited 07-22-2023 07:25 AM
Hello @G24
Greetings!
refer below support articles:
https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB0723555
https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB0784424
Please mark answer helpful or correct. if it solves your query
Kind Regards,
Ravi Chandra.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-24-2023 03:40 AM
Thanks, @Ravi Chandra_K and @Sagar Pagar
It ended up being THIS property that I needed to change: glide.xmlhttp.max_choices
But I'm still very unclear on the difference between that and glide.ui.max_ref_dropdown. Do you guys understand the difference? As described here ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-24-2023 03:54 AM
Hello @G24
glide.xmlhttp.max_choices - control the number of recent selection the system displays.
glide.ui.max_ref_dropdown - if the no.of values in table are more than what defined here (default 25), it will populate as reference Icon.
refer below threads as well:
https://www.servicenow.com/community/developer-forum/max-number-of-choice-list/m-p/1964659
please mark the answer as helpful and correct if your query is resolved.
Kind Regards,
Ravi Chandra