Dashboard Platform Analytics

AiswaryaD591330
Tera Contributor

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.

 

AiswaryaD591330_0-1751020339959.png

 

2 REPLIES 2

Laszlo Balla
Mega Sage
Mega Sage

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;

AndersBGS
Tera Patron
Tera Patron

Hi @AiswaryaD591330 

 

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/