Welcome to Community Week 2025! Join us to learn, connect, and be recognized as we celebrate the spirit of Community and the power of AI. Get the details  

How to give access to Roles in the filter field

vidhya_mouli
Giga Sage

A user is unable to access Roles field in the sys_user table when using filter condition. How do I give access to this?

 

1 ACCEPTED SOLUTION

@vidhya_mouli There is a Roles field available OOTB on sys_user table. 

 

Screenshot 2024-09-27 at 10.02.42 PM.png

View solution in original post

4 REPLIES 4

Sandeep Rajput
Tera Patron
Tera Patron

@vidhya_mouli Please check if there is any field level ACL read defined on Roles field on sys_user table which is preventing the access.

Roles is not a field in sys_user table. It is a related list. So not sure how to look for it?

@vidhya_mouli There is a Roles field available OOTB on sys_user table. 

 

Screenshot 2024-09-27 at 10.02.42 PM.png

vidhya_mouli
Giga Sage

It worked. Thank you