Property reference

glide.ui.per_page

The glide.ui.per_page property defines the options available in the 'Items per page' drop-down menu for list views. Admins may adjust this setting to control how many items users can view at once, impacting user experience and performance.

Default: 10,15,20,50,100 Type: string Application: Global

Key questions about this property

The answers below summarize the purpose, scope, default effect, and review scenarios for this property.

What does it do? This property specifies the comma-separated values that determine the number of items displayed per page in list views.
What area does it affect? User Interface Settings
What does the default mean? The default value is "10,15,20,50,100", which is the baseline setting used unless it is changed.
When should you review it? Review this property when optimizing user interface settings or adjusting list view configurations.

Out of the box property record

Raw metadata from the property record.

Property name glide.ui.per_page
Sys ID fc794773c0a80169017b5179c629af26
Type string
Application Global
Default value 10,15,20,50,100
Description 'Items per page' drop-down options (comma separated, no spaces):
Updated 2024-05-25 03:39:14

Sources

Official references and nearby text excerpts where this property appears.

Documentation excerpt View supporting context
Context preview Snippet 1
... should be set to 50 or less​ Recommend Performance Recommendation: Set the default rows per page global default property to max 50. Consider also setting the max allowable values in glide.ui.per_page property to 10,25,50. To change specific user's preferences back from larger values to lower ones, consider using a scheduled job to reset them after 7-14 days back to lower values ...