- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-15-2024 02:22 PM
Team,
I want to display a ServiceNow report into either;
a - A SharePoint page iFrame; or
b - A ServiceNow iFrame widget on a dashboard.
For the purpose of displaying multiple reports on the 1 page. I saw the following article, but it's not clear how to get the published report URL
regards
Michael
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-16-2024 04:40 AM
Hi @Michael Gruber ,
Getting the URL for a published report can be done by opening the report from the sys_report list.
And you need to have the publishing available.
So:
- Is system property glide.report.published_reports.enabled active?
Make sure only the reports you really want to have published are published (sys_report filter on is published). - When opening the report, you get the information regarding the public URL in a message:
In the end, the URL is the same (you already have it), except the sys_id from the report.
Regards,
Hayo
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-16-2024 04:40 AM
Hi @Michael Gruber ,
Getting the URL for a published report can be done by opening the report from the sys_report list.
And you need to have the publishing available.
So:
- Is system property glide.report.published_reports.enabled active?
Make sure only the reports you really want to have published are published (sys_report filter on is published). - When opening the report, you get the information regarding the public URL in a message:
In the end, the URL is the same (you already have it), except the sys_id from the report.
Regards,
Hayo