"Duplicate Dashboard" context menu option on Dashboards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-13-2023 01:04 AM
When I navigate to the dashboard titled "ITIL Dashboard"
Then I can make edits to this dashboard without changing them globally
> Currently, there is a "Duplicate Dashboard" context menu option on Dashboards but it is only accessible by Report admins/Dashboard admins OR Admin
> GOAL: Allow users to create a duplicate of an existing global dashboard so that they can personalize and not affect the global version
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-13-2023 01:29 AM
Have you tried with "How to create a copy of a Dashboard in ServiceNow"
https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB0695882.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-13-2023 02:48 AM
No. Currently, there is a UI action "Duplicate Dashboard." It's only visible for report admins, dashboard admins, or admins.
I want it to be visible to all dashboard users, and how do we achieve this?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-13-2023 02:02 AM
Hi @Amol12
Any user who can share a dashboard, they can copy it.
Copy a responsive dashboard
The conditions in script is as following. (you cannot touch to it)
ng-if="permissions.dashboards.canCreate && canShareSelectedDashboard"
And refer to the below docs to understand who can share a responsive dashboard.
Share a responsive dashboard
Cheers,
Tai Vu