
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-10-2025 05:01 AM
Hello, how I can set the default value of the "Records per page" from 10 to 100 in the Service Operation Workspace and/or in Workspace general?
Best regards
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-10-2025 06:06 AM
Hi,
This value is fetched form a user preference.
You can set a user preference like below
PS, this will only apply to users who have not changed it.
Also , make sure there is no user user preference in the system with same name and user = empty.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-04-2025 10:39 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-10-2025 05:22 AM - edited 02-10-2025 05:28 AM
I believe it obeys the System Property: glide.ui.per_page set that to whatever you want as the default e.g. 100
Users may also have this set on an individual user preference:
1. Open sys_user_preference table
2. Filter name = rowcount
3. Amend/Create a entry with blank user and set System to true (checked)
4. Optionally reset each users preference value where name = rowcount (not good practice - let users choose)
Regards
Paul

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-10-2025 05:43 AM
The System Property glide.ui.per_page is not for workspace ui lists, just for the normal tables and also there you can just adjust the numbers but not set one specific number to default.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-10-2025 06:06 AM
Hi,
This value is fetched form a user preference.
You can set a user preference like below
PS, this will only apply to users who have not changed it.
Also , make sure there is no user user preference in the system with same name and user = empty.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-10-2025 11:10 PM
Hi,
I looked that up and also that doesnt seem to apply for the Workspace ux lists and only for the normal table views. I have a user preference called "rowcount" with the number of 100 but still in Workspace the Default "Records per Page" is loading with just 10.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-11-2025 01:53 AM
I tried the same on SOW and it works,
How are you testing? Make sure the user you are testing this on, has not already changed the rowcount. You can check this by checking user preference table for the name rowcount and user will be the user you are testing with.