Problem accessing sys_user_group_type table
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-14-2024 05:51 PM
Hello,
I am having some trouble accessing the records of table sys_user_group_type, it always says "Security constraints prevent access to requested page", even though I have user_admin role.
How can I solve this issue? Thank you.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-14-2024 07:23 PM
@Gab check if there are additional read ACLs against the table. Also try enabling acl logging to debug
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-14-2024 08:58 PM
Hi @Gab ,
Please utilize the Security debugger feature to find out the ACL causing the issue.
Mark this as Helpful / Accept the Solution if this helps
Mark this as Helpful / Accept the Solution if this helps.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-14-2024 09:27 PM
Hi @Gab ,
1.Check ACL on 'sys_user_group_type' table for 'user_admin' role.
2. Sometimes UI policy & Ui action affecting the access of the records, check anything related on the role.
3. Data scope permission can also restrict the accessing of the records. Please check any data scope rule affecting the user's access or not.
4. Please use 'security Debugger' for debugging the ACL & Access analyzer to check user's access.
Please mark helpful & correct answer if it's really worthy for you.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-14-2024 11:05 PM
Hi @Gab
Please create an ACL as below. It should work. You must have read ACL for sys_user_group_type table label.
Thanks and Regards
Amit Verma
Please mark this response as correct and helpful if it assisted you with your question.