glide.sg.list.max_items_number
ServiceNow property description:
The maximum number of items allowed to return from list
Attributes
- Sys ID: efbcc64b73631300ed095a7b1bf6a749
- Type: integer
- Application: Global
- Default value: 1000

AI generated property description:
The ServiceNow property `glide.sg.list.max_items_number` determines the maximum number of items that can be returned in a list when using the mobile or tablet UI. This property is essential for optimizing performance and ensuring that the user interface remains responsive by limiting the amount of data loaded at once. According to the documentation, administrators can configure this property to set a specific limit on the number of list items retrieved. Adjusting this value helps manage server load and improves the user experience on mobile devices by preventing excessive data from being processed and displayed.
Source