- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-08-2024 11:17 AM
We're deploying Guided Tours and our tour admins want to run reports on the Guided Tour Analytics table (sys_guided_tour_analytics) but even though all ACLs point in the direction of permitted, the table never shows up as a available to report on.
Has anyone else run into this?
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-08-2024 11:29 AM
You may need to add it to the system property "glide.ui.permitted_tables".

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-08-2024 11:39 AM
@DrewW has the only correct answer to this question!
Its a common thing we see over and over in ServiceNow. In reporting, in using REST API explorer, etc.. If you don't see a table listed, do try the permitted_tables property.
Ofcourse be careful and its on your own risk, because it might be with a reason!
Kind regards,
Mark Roethof
Independent ServiceNow Consultant
10x ServiceNow MVP
---
~444 Articles, Blogs, Videos, Podcasts, Share projects - Experiences from the field

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-08-2024 11:29 AM
You may need to add it to the system property "glide.ui.permitted_tables".

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-08-2024 11:39 AM
@DrewW has the only correct answer to this question!
Its a common thing we see over and over in ServiceNow. In reporting, in using REST API explorer, etc.. If you don't see a table listed, do try the permitted_tables property.
Ofcourse be careful and its on your own risk, because it might be with a reason!
Kind regards,
Mark Roethof
Independent ServiceNow Consultant
10x ServiceNow MVP
---
~444 Articles, Blogs, Videos, Podcasts, Share projects - Experiences from the field
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-08-2024 11:40 AM
thanks that did it