- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-16-2018 07:00 AM
Hi,
I am trying the fetch the current PA dashboard name in my widget script and feed it to one of the custom tables I have created , so that it can be further used for referencing.
But I am not able to get the code for getting the dashboard name in my widget.
Regards,
Swathi
Solved! Go to Solution.
- Labels:
-
Dashboard
-
Performance Analytics
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-23-2018 06:17 AM
Hi All,
I have got the solution , We can get the Dashboard sys id in the client script using SNC.dashboards.dashboard.dashboardSysId and pass it to script include for querying pa_dashboards table for getting the current dashboard name.
Do let me know if you have better ideas.
Regards,
Swathi
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-23-2018 08:01 AM
If it works, go with it. However, since this isn't documented, be sure to validate this with each major upgrade as it may change in the future.