Find your people. Pick a challenge. Ship something real. The CreatorCon Hackathon is coming to the Community Pavilion for one epic night. Every skill level, every role welcome. Join us on May 5th and learn more here.

glide.ui.per_page can it be changed by access level?

Gemma4
Mega Sage

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!

1 REPLY 1

Bert_c1
Kilo Patron

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.