Embed a Service Now Dashboard inside another application
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-22-2024 05:29 PM
Hello,
I have a requirement to embed a SNOW dashboard inside another application. I was able to achieve this by creating an iFrame on the Client app to display my SNOW app. I followed the steps in this doc - https://docs.servicenow.com/bundle/washingtondc-api-reference/page/administer/http-response-headers/...
It mostly work but I have 2 issues.
1. It only work with record lists and other UI pages, but doesnt work with any Dashboards. It presents the following error.
2. The whole application shows in the iFrame. Is there a way to expose only certain lists instead of all the other UI elements like banners, search, etc. How can I get the URL of the lists?
Thanks for the help.