How to display dashboards created with par_dashboard in Module of Applciatione menu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-09-2024 10:38 AM
The Knowledge Management Overview is a new dashboard under Platform Analytics, replacing the previous Overview located at All > Knowledge > Administration > Overview.
ServiceNow provides documentation titled: Update the navigation path for the Knowledge Management Overview dashboard.
The URL for accessing the new dashboard is:
$pa_dashboard.do?sysparm_dashboard=bcaa1278c30101107b15f97c9840ddf7
(where bcaa1278c30101107b15f97c9840ddf7 is the dashboard's sys ID).
However, this URL only works for dashboards created in pa_dashboards. It does not work for dashboards created in par_dashboard.
I used the URL below
$par_dashboard.do?sysparm_dashboard=<sys_id>(Replace <sys_id> with the actual sys ID of your par_dashboard)
It display error message: The page you are looking for could not be found.
How to access dashboards created with par_dashboard through the module of an application menu?
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-28-2025 04:46 AM
Hey @Yanping Guo1, were you able to solve this?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-30-2025 08:19 AM
hey all. I know the question is old but I'd like to answer:
The PAR Dashboards are the dashboards created and now managed in the Platform Analytics experience
To display a PAR dashboard, follow the steps:
1. In filter navigator, type "Platform Analytics" > "Library" > "Dashboards"
2. Search the desired PAR dashboard
3. Open the dashboard
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-26-2025 06:10 AM
Hi all,
You can try below solution to solve this issue:
Create ‘now/platform-analytics-workspace/dashboards/params/edit/false/sys-id/<Your-PAR-Dashboard-sys_id>’ URL
In the module record, set the "Link Type" field to URL (from Arguments).
Paste the copied dashboard URL into the "Arguments" field.
If this response helped, please mark it as helpful so it can help others as well.
Thank You,
