Security constraints prevent access to requested page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-16-2016 07:52 AM
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?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-16-2016 07:54 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-16-2016 11:37 AM
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.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-16-2016 12:19 PM
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

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-16-2016 12:32 PM
Did you create 2 ACL's? Field level and Table level?