Change the number of items to display in the list

Fabio Alexander
Tera Contributor

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

 

FabioAlexander_0-1714164890816.png

 

Thanks

1 ACCEPTED SOLUTION

Basheer
Mega Sage

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 hit like button if my suggestion has helped you in any way.
Please mark correct if my response has solved your query.

Cheers,
Mohammed Basheer Ahmed.

View solution in original post

9 REPLIES 9

Ramz
Mega Sage

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

 

Hello Ramz, thanks you, but no work, I modified the valor up of 20 to 40000, but it still show to same items

 

FabioAlexander_0-1714401389438.png

FabioAlexander_1-1714401510681.png

What else do you think it could be?

Sohail Khilji
Kilo Patron
Kilo Patron

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....

LinkedIn - Lets Connect

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?

 

FabioAlexander_0-1714403997423.png