Making reference field as choice list
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-21-2022 09:24 PM
Hi,
I have created a new table in which I have created a field refering to sys_user(User) Table. My intention is to make this reference field as a choice list. So I tried selecting my choice list specification as "Dropdown with None". However this doesnot worked ,Also I tried using this attribute "ref_auto_completer=AJAXReferenceChoice" still didnot got the desired output .Any suggestions that can resolve my issue. Thanks in advance:)

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-21-2022 09:40 PM
Hi Siddhi,
Dictionary attribute ref_auto_completer=AJAXReferenceChoice works when there are max 25 choices available. If more than 25 values then it doesn't work as choice list instead as a reference field.
Reference - https://docs.servicenow.com/en-US/bundle/tokyo-platform-administration/page/administer/reference-pag...
Regards,
Muhammad
Muhammad
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-21-2022 10:27 PM
Thankyou !

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-21-2022 10:36 PM
Muhammad