Property "glide.ui.record.count" to Number of rows in lists is not working.

Community Alums
Not applicable

Hi All,

I have requirement to show 40 record in list layout for all tables. I have update the property "glide.ui.record.count", But still i can see 20 records for all list even after logged out and removed the cache.

Could anyone tell me what i have missed.

find_real_file.png

sys properties > UI properties

find_real_file.png

7 REPLIES 7

Jaspal Singh
Mega Patron
Mega Patron

Hi,



Try modifying property "glide.ui.per_page" with comma separated values.


dravvyramlochun
ServiceNow Employee
ServiceNow Employee

Helloayyappaswamy



Please have a look at the following:


Default Row Count


Avoid modifying the default system User Preference named rowcount which controls the display of items per page (default is 20). This is not recommended as it will slow down list viewing and has the potential to become a scalability and performance issue. You can proactively prevent users from selecting a large row count by reducing the available options (anything above 100 is not recommended). To do this, you will need to modify the UI System Property named glide.ui.per_page controls.



Reference:


System Performance Best Practices - ServiceNow Wiki


dravvyramlochun
ServiceNow Employee
ServiceNow Employee

Hello ayyappaswamy



Did the above mentioned comment helped to solved your issue?


Community Alums
Not applicable

Hi Dravvy Ramlochun,



We already conveyed to the customer that the changes the performance issue, With my curiosity I want to know do we have access to change the property to display 40 records globally.



We already showing option 10,15,20,40, 50,100 records per page using property "glide.ui.per_page"



Thanks,