How can I modify the widgets on the Project Workspace dashboard?

Casey3
Kilo Expert

I see that you can modify the tabs on the Project Workspace dashboard inside of the PMViewDataUtils script include, but how can I add/remove widgets themselves? 

1 ACCEPTED SOLUTION

Miguel Donayre
ServiceNow Employee
ServiceNow Employee

Hello Casey,

The Planning console calls in one of the Project Summary dashboards - Hybrid, Scrum, and Waterfall. Depending on the type of project one of those dashboards will get pulled. Modify the widgets in the dashboard view to what you want for each of them and it will display on the Planning console. 

find_real_file.png

Here is one i modified to show you -  I added a total planned cost widget into the Project Summary - Waterfall Dashboard 

find_real_file.pngfind_real_file.png

View solution in original post

2 REPLIES 2

Miguel Donayre
ServiceNow Employee
ServiceNow Employee

Hello Casey,

The Planning console calls in one of the Project Summary dashboards - Hybrid, Scrum, and Waterfall. Depending on the type of project one of those dashboards will get pulled. Modify the widgets in the dashboard view to what you want for each of them and it will display on the Planning console. 

find_real_file.png

Here is one i modified to show you -  I added a total planned cost widget into the Project Summary - Waterfall Dashboard 

find_real_file.pngfind_real_file.png

Casey3
Kilo Expert

Thank you for that! This was exactly what I was looking for!