can't report on sys_guided_tour_analytics table

Yvan1
Tera Contributor

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?

2 ACCEPTED SOLUTIONS

DrewW
Mega Sage
Mega Sage

You may need to add it to the system property "glide.ui.permitted_tables".

 

View solution in original post

@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

LinkedIn

View solution in original post

3 REPLIES 3

DrewW
Mega Sage
Mega Sage

You may need to add it to the system property "glide.ui.permitted_tables".

 

@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

LinkedIn

Yvan1
Tera Contributor

thanks that did it