
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-11-2022 10:46 PM
Hello all reporting and dashboard experts!
We have a Built on Now application available in the ServiceNow Store and these scoped apps have some "limitions" on what should and should not be done when developing them and we've found dashboards to be a bit tricky.
Now I have one specific question where I hope someone could provide quick guidance.
How to remove a tab from a dashboard that has multiple tabs?
In scoped apps, one should not just delete records, since deletions are not passed on to the install base with upgrades. One cannot "break" the link between a dashboard tab and a dashboard since Dashboard reference on a tab is a mandatory field.
So, how should we do it? The only option I know would work 100% is to recreate the whole dashboard and not include the tab we'd like to remove.
Best regards,
--Mikko
Solved! Go to Solution.
- Labels:
-
Dashboard
-
Multiple Versions
-
Reporting

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-11-2022 11:09 PM
Hi,
How about creating a dummy dashboard and changing the reference of dashboard on this dashboard tab to the new dashboard ?
Thanks,
Arav

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-11-2022 11:09 PM
Hi,
How about creating a dummy dashboard and changing the reference of dashboard on this dashboard tab to the new dashboard ?
Thanks,
Arav

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-11-2022 11:18 PM
Hi,
This might work. Dummy dashboard could be an inactive one or even made as "personal" without anyone having access to it.
Cheers,
--Mikko

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-11-2022 11:35 PM
Yes, and the dummy dashboard could be used in the future to move other tabs to it as needed. Hope the comment was helpful.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-12-2022 01:46 AM
This seems to work. I'd like to hear the "correct answer" from ServiceNow also, but this will do for now. Thanks Arav.