- 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-27-2024 10:08 PM
Hi @Fabio Alexander ,
Go to system properties and increase the size according to your requirement
property: glide.xmlhttp.max_choices
Mark my answer helpful/correct if it resolved your query
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-29-2024 07:58 AM
Hello Ramz, thanks you, but no work, I modified the valor up of 20 to 40000, but it still show to same items
What else do you think it could be?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-27-2024 11:40 PM
Hi @Fabio Alexander ,
I strictly recommend some best practice here...
I understand that your list is long, and no user generally search for their desired options in a long list like this. Generally its recommened to type certain char like > 'hard' to filter the list which starts with H or Ha and so on...
Modifiying the sys_proterties as recommended by @Ramz will lead to a poor use experince. (still you can use it for onetime or temporary basis).
Hence, scrolling the long list is not from a best practice rather make use of keyboard to start refering to what your lookign for... (improve search is an option too..).
I hope this helps... 🙂 Happy to help
☑️ Please mark responses as HELPFUL or ACCEPT SOLUTION to assist future users in finding the right solution....
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-29-2024 08:20 AM
Hi Sohail, thank you, I understand you, but it hasn't worked that way either.
In the condition I am using "is one of" with several items, one of the ones I need starts with the letter Z and the list never reaches there by pressing the Z key, only up to the letter F, plus when another letter is pressed it is uncheck the options you already had selected, the only way is to scroll through the list
I also tried using the "Is" option, to add only the item I require for the letter Z, but it doesn't work either.
What else do you think it could be?