Hide context menu from Dashboard embedded in Service Portal
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-17-2022 01:40 PM
Hello guys,
I have a dashboard embedded in a service portal page by an html widget
Works awesome and I need it to be embedded thru a html widget because it uses interactive filters that we need the end user to be able to use as well and thats why the reports belonging to this dashboard are not placed thru report widgets on this sp page...
It looks like this:
We would like these contexts menus and controls to be hidden ... Can you guys imagine a way to do it?
Thanks,
Vini
- Labels:
-
Service Portal Development
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-17-2022 02:24 PM
Hello
i think it is hidden code and more over when you are using iframe i think we cant hide it as iframe only brings the entire frame to the current page
so i feel this is not possible as that code which is rendering might be hidden
Mark my answer correct if it helps you
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-16-2023 05:27 AM
I was able to hide the header on my dashboard on the SP... the html i used in my widget is as follows:
<p><iframe style="overflow: hidden; height: 1000px; width: 100%;" src="$pa_dashboard.do?sysparm_dashboard=f78f4b77876c7d104a7764683cbb3581&sysparm_header=hidden&sysparm_editable=false&sysparm_active_panel=false&sysparm_ignore_default_filter=false&embedded=true" width="100%" height="100%" frameborder="0"></iframe></p>