UI Action for Dashboard Widget Reports
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-30-2019 09:13 PM
Hi, can someone please point me to an easy way of creating a UI Action for the dashboard widget reports. I have created a widget with a list report in the dashboard. I like to enable check-boxes along with UI action against each row so that the users can select a set of desired rows from the list and apply any action (e.g. create an incident ticket) on them, something similar to what we see when we do "Show List" on a table. Any guidance on how can I achieve this?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-30-2019 10:02 PM
Hello Naeem,
Please use below script
gs.setRedirect('/nav_to_do?uri=/$pa_dashboard.do?sysparm_dashboard=00701c67db6c1b803c6873e1ba9619ac');
and
personal preference for the user had to be set to "Dashboards" for their home page preference.
hope you find some help in this, please like and helpful.
Try gs.setRedirect('dashboard link') also.
Thanks and regards,
Ganesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-31-2019 05:07 AM
Thank you, Ganesh. Very much appreciated.
Can you please help me with details about where exactly do I need to use the script gs.setRedirect? Currently, I see the dashboard widget more of a report or readonly and I am not sure how/where to set this script up.