Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

How to give access to Roles in the filter field

vidhya_mouli
Tera 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
Tera Sage

It worked. Thank you