- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-18-2024 09:38 AM
I'm frequently asked to build dashboards for a single group, that can contain multiple tabs and a dozen or more reports (especially the "single-shot body count" reports). Often that dashboard will prove useful to other teams, but I must share the dashboard itself first, and then share each contained report individually. I find it hard to believe that SN hasn't come up with some facility to say "share this and everything in it" in one activity.
(as I tend to operate on the periphery of the core functionality, especially as it iterates from release to release, I wouldn't be shocked to learn there is such a feature, and I'm just unaware of it).
Solved! Go to Solution.
- 8,065 Views
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-20-2024 12:37 AM
Platform Analytics will resolve this. Washington has a migration tool and before that it's a separate workspace. The new dashboards are just shared once and will include all of the reports. So either wait (you will be 'forced' to Platform Analytics on Yokohama), or create some custom functionality (catalog item with a request to join a dashboard, which shares the dashboards and it's content after approval). That will take a lot of scripting though.
Please mark any helpful or correct solutions as such. That helps others find their solutions.
Mark
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-19-2024 10:57 PM
Hi @Swankeeper ,
There is no OOTB solution from ServiceNow in relation to Dashboards. You could create a group, and share all widgets and dashboards with that group. When users are requesting access, then they should "just" be part of that group.
If you want an OOTB solution from ServiceNow, then you should look towards analytics workspace instead. Here you only need to share once as you're requesting.
If my answer has helped with your question, please mark my answer as accepted solution and give a thumb up.
best regards
Anders
If my answer has helped with your question, please mark my answer as the accepted solution and give a thumbs up.
Best regards
Anders
Rising star 2024
MVP 2025
linkedIn: https://www.linkedin.com/in/andersskovbjerg/
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-22-2024 06:17 PM
Thank you, Anders. We've been down the path of "make a group, share everything with the group, and then use the group for future access". It carries (for us) an overhead cost almost akin to the efforts to share and re-share reports one by one.
Looking forward to the forced shift from dashboards to PA to solve this.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-20-2024 12:37 AM
Platform Analytics will resolve this. Washington has a migration tool and before that it's a separate workspace. The new dashboards are just shared once and will include all of the reports. So either wait (you will be 'forced' to Platform Analytics on Yokohama), or create some custom functionality (catalog item with a request to join a dashboard, which shares the dashboards and it's content after approval). That will take a lot of scripting though.
Please mark any helpful or correct solutions as such. That helps others find their solutions.
Mark
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-10-2024 08:20 AM
I was inspired by a similar script , and created the below UI Action running on pa_dashboards ; it is a form link that is executed from the form which loads when 'Dashboard Properties' is navigated to from a given db additional actions hamburger menu.
Bear in mind that this will share all reports on every tab, but if you are in an environment with properly configured ACLs, that will be a non-issue.
This shares all reports on the given dashboard with every 'user' , 'group' , and 'role' that the dashboard is shared with. Other UI Field configurations can be derived from the snip I am attaching as well.