Configure the maximum number of records returned for list UI parameters
-
- UpdatedAug 3, 2023
- 1 minute read
- Vancouver
- Mobile Configuration and Navigation
The Vancouver release is no longer supported. As such, the product documentation and release notes are provided for informational purposes only, and will not be updated.
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
Note: The maximum number of rows returned
for a parameters list is limited by the maximum number of rows returned for data
items. In other words, the value for system property
glide.sg.list.max_items_number cannot be greater than the
value for system property glide.sg.data_item.row_count. For
example, if you set the value of glide.sg.list.max_items_number
to 50 but the value of glide.sg.list.max_items_number is 20,
then you may only receive 20 records in your parameters list.
Procedure