How to implement a dashboard in a portal

bonsai
Mega Sage

I'd like to implement a dashboard in my CSM portal.

But I'm not sure how to go about it.

Are there any useful widgets?

 

bonsai_0-1755501947471.png

 

24 REPLIES 24

JackieZhang
Tera Contributor

try to use report widget in CSM portal

I also wanted to implement filters that operate on multiple reports, so I wanted to paste the dashboard directly.

Dr Atul G- LNG
Tera Patron
Tera Patron

Hi @bonsai 

 

https://www.servicenow.com/community/developer-forum/how-to-add-dashboard-in-service-portal-page/m-p...

https://www.servicenow.com/community/servicenow-ai-platform-forum/publish-a-dashboard-in-the-service...

*************************************************************************************************************
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.

Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]

****************************************************************************************************************

I tried adding the following source to the HTML widget, but for some reason the dashboard on the platform screen is displayed.

 

For example, I want to display the OOTB "ServiceNow Store Usage Overview" dashboard.

 

 

 

<p><iframe style="overflow: hidden; height: 1000px; width: 100%;" src="/$pa_dashboard.do?sysparm_dashboard=f09e7b7ed4128fa43f8582c9e9a65253"width="100%" height="100%" frameborder="0"></iframe></p>