Dashboard Platform Analytics
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-27-2025 03:34 AM
Hello
Can we get all the dashboard links in a table? Like, can we get all the dashboard links in a column like (refer the below image) Owner, group created and updated by?? attached the screenshot for better understanding.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-27-2025 11:25 AM
Well the dashboard links are defined mostly by the sys_id of the record, so depending on your use case, you could
create a new URL field that you populate via a business rule for instance.
Your screenshot seems to be from the pa_dashboards table, but please note that all these traditional dashboards are being migrated to to actual Platform Analytics dashboards (as stated in your title too), so I would rather focus on looking at the par_dashboard table, where your "old" dashboards will get a new sys_id!
The URL in that case could be constructed via something like:
"/now/platform-analytics-workspace/dashboards/params/edit/false/sys-id/" + current.sys_id;
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-27-2025 11:32 AM
Sure, go to the table: par_dashboard
If my answer has helped with your question, please mark my answer as the accepted solution and give a thumbs up.
Best regards
Anders
Rising star 2024
MVP 2025
linkedIn: https://www.linkedin.com/in/andersskovbjerg/