Is the Project Status Report editable?

richelle_pivec
Mega Guru

My team has asked me to modify the Project Status page that comes up when they click on the Status Report Link on the Project page...

I've been poking around the community and ServiceNow for a few hours now and can't really find a place where I can edit this report. Specifically they'd like me to remove the Cost (Planned vs. Actual) and Resource (Allocated vs. Actual) since we are not currently using those.

Can this be done? If so, where do I go to edit the code?

Thanks,

Richelle

1 ACCEPTED SOLUTION

Steele H_
Tera Contributor

I have had to do this.

Not sure if the above answered it for you already but if you go to sp_column.list  , filter for the page "Project_status_report" and find row 4 and open the record. Both of those widgets are referenced here.

 

From here you can select the word "Instance" and remove the reference to the widget they are tied to. This is one way to remove the widgets from the page. No code changes needed.

 

find_real_file.png

find_real_file.png

find_real_file.png

View solution in original post

8 REPLIES 8

This worked! Thanks.

Richelle

I was performing these steps and realized you can set row to inactive instead of blanking out the Instance. 

 

Click on the column you want to modify

find_real_file.png

 

Set "Active" to False for the row you want to hide.

find_real_file.png

Steele H_
Tera Contributor

I had to remove one and expand the other. If you are removing both you might consider just removing column 1 and 2 vs just the instances.

Any thoughts on how I can modify the Project Status Changes Widget so that it direct to Changes (CHG) and not to Project Changes (which we don't use). It seems to be referencing the "data.pending_changes" and "data.closed_changes" widgets, but, for the life of me, I can't find those.

Where do all of these widgets go to hide?

thanks much,

Richelle