- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-26-2024 03:05 PM
Good afternoon
I appreciate anyone who can tell me how to modify the number of records that are displayed when creating a catalog UI policy, since not all elements are displayed.
For example, only display up to the letter F
Thanks
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-28-2024 05:42 AM
Hi @Fabio Alexander ,
The requirement which you are trying to do is not the correct approach as it would impact the system performance and lead to poor user experience.
But as to your question navigate to System Properties and change the value of the property glide.xmlhttp.max_choices.
In Application Navigator you can type in sys_properties.list and search for the property and modify the values.
If you want to do without editing the property, I would suggest do like this.
change the name and value of the choices
For example
Hungary is the choice you have and hung is the value
Change the choice to abc and value to abc
Select abc choice in the ui policy and create your ui policy
Now once again come to abc choice and change it to Hungary and hung.
Please mark correct if my response has solved your query.
Cheers,
Mohammed Basheer Ahmed.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-28-2024 01:28 AM
you can change the number in below property.
property: glide.xmlhttp.max_choices
make sure this is really required as this is platform level change that may lead into performance issue.
If my answer has helped with your question, please mark my answer as accepted solution and give a thumb up.
Regards,
Ranjit
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-29-2024 08:24 AM
Hi Ranjit, thanks you, but no work, I modified the valor up of 20 to 40000, but it still show to same items

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-28-2024 05:42 AM
Hi @Fabio Alexander ,
The requirement which you are trying to do is not the correct approach as it would impact the system performance and lead to poor user experience.
But as to your question navigate to System Properties and change the value of the property glide.xmlhttp.max_choices.
In Application Navigator you can type in sys_properties.list and search for the property and modify the values.
If you want to do without editing the property, I would suggest do like this.
change the name and value of the choices
For example
Hungary is the choice you have and hung is the value
Change the choice to abc and value to abc
Select abc choice in the ui policy and create your ui policy
Now once again come to abc choice and change it to Hungary and hung.
Please mark correct if my response has solved your query.
Cheers,
Mohammed Basheer Ahmed.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-29-2024 08:44 AM
Hi @Basheer thanks you, but no work, I modified the valor up of 20 to 40000, but it still show to same items
Thanks for the suggestion, this is probably how creating the policy will work for me, but I would also like to definitively solve the number of items in the list. thank you
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-03-2024 06:27 AM
Hi @Basheer, finally I modified the label with another letter first "a", it was the only way to show me the option in the list.
Modifying the glide.xmlhttp.max_choices parameter did not work
Thanks you