List View Security Constraint

Eluther
Kilo Explorer

I am getting the following message at the bottom of my list views for ITIL users ONLY. As a result the ITIL user doesn't see all the records in the list view. This is not happening for Admins.

"Number of rows removed from this list by Security constraints: 1"

I assume this is some kind of security setting but I can't for the life of me find where it is.

Thanks!

6 REPLIES 6

Access Controls GRANT access. If you want to lock-down a field, you need to make sure only "admin" role is GRANTED access. Add a WRITE access control with Requires Role set to ADMIN and they will not be able to write to the field. Same for delete.


CapaJC
ServiceNow Employee
ServiceNow Employee

One thing to remember is that if you have two ACLs for the same "thing" (a field or a table), either will grant access. e.g., if you have one ACL that requires admin, and another that only requires itil, an ITIL user will get access.

Debugging can also be useful:
https://wiki.servicenow.com/index.php?title=Using_Access_Control_Rules#Debugging