Problem accessing sys_user_group_type table

Gab
Tera Expert

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.

Gab_0-1721004820458.png

 

How can I solve this issue? Thank you.

 

4 REPLIES 4

Community Alums
Not applicable

@Gab check if there are additional read ACLs against the table. Also try enabling acl logging to debug 

SN_Learn
Kilo Patron
Kilo Patron

Hi @Gab ,

 

Please utilize the Security debugger feature to find out the ACL causing the issue.

Debugging Access Controls 

 

Mark this as Helpful / Accept the Solution if this helps

----------------------------------------------------------------
Mark this as Helpful / Accept the Solution if this helps.

abirakundu23
Mega Sage

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.

Amit Verma
Kilo Patron
Kilo Patron

Hi @Gab 

 

Please create an ACL as below. It should work. You must have read ACL for sys_user_group_type table label.

 

AmitVerma_0-1721023357430.png

 

AmitVerma_1-1721023399956.png

 

Thanks and Regards

Amit Verma


Please mark this response as correct and helpful if it assisted you with your question.