Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

Change max number of choices displayed

kkronborg
Giga Contributor

Hi,

I read from Reference choice list using AJAXReferenceChoice doesn't display all choices? that you need to change the property glide.xmlhttp.max_choices in order to show more items in the choice list. Default is 15 items. I changed this property to 20 but it doesn't change my number of choices in the drop-down. Do I need to do something else in order for this to have effect ?

Thanks

/Kim

6 REPLIES 6

Atul Kumar2
Giga Guru

Hi Kim,



Can you check this property if it is 15 in your system ? if it is then you will have to change it as per your requirement.



glide.ui.max_ref_dropdown



Regards,


Atul Kumar


Hi Atul,



That value is set to 25 in value


Have you tried clearing the cache?



find_real_file.png


Hi Chuck,



Yes I have tried that.