Max number of choice list
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-16-2015 04:15 AM
I set the property glide.xmlhttp.max_choices is 100. But the reference field which is choice list does not become drop down list. It appears as usual reference field with magnifier icon. The referenced table has 69 rows. Is there any limit?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-16-2015 04:54 AM
HI Koji,
glide.xmlhttp.max_choices control the number of recent selection the system displays.
Please let me know fi you have any questions.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-16-2015 05:12 AM
You need to change field type to Choice and in choice specification tab select the referenced table name and value field.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-18-2019 06:45 AM
You need to change value in glide.ui.max_ref_dropdown
Default value is 25
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-13-2025 02:04 AM
Hi,
I have a string type field with choices and I need to increase choices in dropdown. In the form view it is not showing. Is there any attribute or system property there to resolve this issue