You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currenlty there's no OOB feature to share the all the reports from the particular dashboard with the user or group at a time. Also, sharing the dashboard with the user/group doesnot share the corresponding reports with them automatically.
3
+
In order to do that, admin or report owner should open each report and share them individually.
4
+
If the dashboard has more reports i.e 20+, then it'll take a considerable amount of time to complete this task.
5
+
To reduce the manual effort, we can use this custom logic to share all the reports from the particular dashboard at a time.
6
+
7
+
**Pre-requisite:**
8
+
A database view which shows all the reports shared with atleast one dashboard need to be created.
9
+
ServiceNow community article link which explains how to build one..(Thanks to Adam Stout for this)
0 commit comments