Customization of Project Status Portal in PPM

raj1989
Kilo Contributor

Hello All,

There are default columns in the project status portal like Number, Short Description, Manager, Portfolio, Percent Complete, Planned Start Date, Planned End Date, Overall Status. If I want to add the new columns or the customized columns in the project status portal. What is the process? How can I do that?

20 REPLIES 20

abhishekdash
ServiceNow Employee
ServiceNow Employee

Hello Raja,



Try navigating to below link in your instance and see if adding field names on "Additional options, JSON format" helps:



https://yourinstancename.service-now.com/sp_config?id=page_edit&p=psp_overview&table=sp_instance&sys...



Here is a screenshot on where to make the changes:



Screen Shot 2017-09-07 at 2.05.07 PM.png



Thanks,


Abhishek



If this reply assisted you, please consider marking it Correct, Helpful, or Like it.


This helps other customers to learn from your thread.


FYI:



It worked for me when I added the state field. Here is a screenshot:



Screen Shot 2017-09-07 at 2.06.50 PM.png



Thanks,


Abhishek


Hello Abhishek,


I have added and saved the column but it is not reflecting in the project status portal. After saving, is there any process to do.


abhishekdash
ServiceNow Employee
ServiceNow Employee

Does it look like this:



{"columns": ["number","short_description", "manager", "portfolio", "percent_complete", "planned_start_date", "planned_end_date", "overall_status", "state"]}



If yes, I would suggest to clear the cache (cache.do) and the logout and re login.



Hope this helps.



Thanks,


Abhishek