glide.ui.per_page can it be changed by access level?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-03-2025 01:00 PM
Hi Everyone,
I know we can globally change the number of rows in lists per system property glide.ui.per_page.
Is it possible to add a higher number only for a specific group via an acl? This would allow all users to have choices up to 100 but 1 group could view 500. I realize admins can change the property but the group with the ask is not an admin group. I tried creating an acl but didn't have any luck.
thank!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-04-2025 10:38 AM
ACLs are for controlling access to table records, not to update records. I just set my user preference named 'rowcount' from 100 to 200 and it works. I login as admin and haven't tested for any other user. The record I updated is in the sys_user_preference table.