Property reference

glide.sg.list.max_items_number

The glide.sg.list.max_items_number property sets the maximum number of items that can be returned from a list. Admins should review this setting to optimize performance and ensure it meets user needs, especially in environments with large datasets.

Default: 1000 Type: integer 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 limits the number of items returned in list views, impacting data retrieval and display.
What area does it affect? List view configuration
What does the default mean? The default value is "1000", which sets the baseline numeric behavior for this property.
When should you review it? Review this property when performance issues arise or when adjusting list view limits for user requirements.

Out of the box property record

Raw metadata from the property record.

Property name glide.sg.list.max_items_number
Sys ID efbcc64b73631300ed095a7b1bf6a749
Type integer
Application Global
Default value 1000
Description The maximum number of items allowed to return from list
Updated 2024-05-25 03:57:42

Sources

Official references and nearby text excerpts where this property appears.

Documentation excerpt View supporting context
Context preview Snippet 1
... Value <pagination-size> Configure the maximum number of records returned for list UI parameters To configure the maximum number of records returned for a list of parameters, add the system property glide.sg.list.max_items_number. Before you begin Role required: admin About this task Default is 1000. Note: The maximum number of rows returned for a parameters list is limited by the maximum number of ...