UI Action for Dashboard Widget Reports

Naeem5
Mega Contributor

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?

2 REPLIES 2

Ganesh Pardhe
Kilo Guru

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. 

 

find_real_file.png

Try gs.setRedirect('dashboard link') also.

Thanks and regards,

Ganesh

Naeem5
Mega Contributor

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.