Max number of choice list

Koji Yanase
Tera Contributor

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?

4 REPLIES 4

Pradeep Sharma
ServiceNow Employee
ServiceNow Employee

HI Koji,



glide.xmlhttp.max_choices control the number of recent selection the system displays.


Please let me know fi you have any questions.


Gurpreet07
Mega Sage

You need to change field type to Choice and in choice specification tab select the referenced table name and value field.


Kamil26
Giga Contributor

You need to change value in glide.ui.max_ref_dropdown

 

Default value is 25

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