Security constraints prevent access to requested page

justincarrera
Kilo Contributor

Users are not able to view the List from a new table, they get "Security constraints prevent access to requested page".   How do I grant them access to view the list?

10 REPLIES 10

Chuck Tomasi
Tera Patron

Hi Justin,



Take a look and ensure the users have read access to the table and fields on the table you are trying to get them.



Docs: Access control rules


Docs: Contextual security  


Security Best Practices - ServiceNow Wiki


I gave record type Access Control with operation read , execute, add_to_list on the table with all fields and assigned a role with the role assigned to the user.




on the table application access i have accessible from all application scopes: can read, can create, can update, allow access to this table via web services, this role is also given to the user.



more suggestions please.


SecurityAccess.PNG


Can you try the URL on the command line by itself?



https://giftofhopetest.service-now.com/u_departmentexternal_list.do



to see if it comes up with any records? If not, turn on security debugging and see what's up.



http://wiki.servicenow.com/index.php?title=Debugging_Tools_Best_Practices


Did you create 2 ACL's? Field level and Table level?