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

Ranjit Nimbalka
Mega Sage

Hi @Fabio Alexander 

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

 

 

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

 

FabioAlexander_1-1714404276766.png

 

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.

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

FabioAlexander_0-1714404931104.png

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

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