Showing performance dashboard in service portal
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-09-2024 04:39 AM
Hi,
I am trying to embed a dashboard into ServiceNow portal widget like using iframe exactly like how it is given here:
But, it is redirecting to backend dashboard and it is not staying in the portal.Please provide a solution for this.
HTML:
<div class="iframe-conatainer">
<iframe style="overflow: auto; height: 750px; width: 100%;"
src="{{c.data.dashboardLink}}">
</iframe>
</div>
SERVER:
(function() {
/* populate the 'data' object */
/* e.g., data.table = $sp.getValue('table'); */
data.dashboardLink = "/$pa_dashboard.do?sysparm_dashboard=b5c717189fa45650416bf275ae24ab02";
})();
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-06-2025 11:03 PM - edited 03-06-2025 11:04 PM
@TiyasiC Did you get solution for this?