- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-18-2018 05:07 AM
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
Solved! Go to Solution.
- Labels:
-
Project Portfolio Management
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-18-2018 06:07 AM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-18-2018 06:15 AM
This worked! Thanks.
Richelle
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-28-2021 10:54 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-18-2018 06:10 AM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-18-2018 06:33 AM
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