Cannot duplicate or copy a dashboard as a general user
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-14-2022 03:13 PM
We have setup a default dashboard for users but they are not able to duplicate or copy it so they can customize it for themselves. ServiceNow Documentation shows that you have to either be the dashboard owner or an admin to be able to duplicate a dashboard. I was wondering if anyone came up with a solution where a user could be setup to duplicate a default dashboard?
- 1,107 Views
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-11-2023 10:01 AM
I would like to second this question, not sure how to get more views on it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-22-2023 12:43 PM
Since there was no solution available we went ahead and created a workaround ourselves. We created a catalog item that allows the user to select a dashboard. Once submitted a Business Rule is run that performs the copy process and then the Flow updates the RITM record with comments about the new board. An email is also sent to the requestor providing a link to the new board.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-08-2023 09:25 AM
Hi @WillyB
Would you be willing to share your business rule for this solution? We have been facing this same challenge.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-08-2023 01:21 PM
Here's the Business Rule we put in place that runs when the user submits the catalog item. Hope you find it helpful.