Prortfolio Server - Attribures

S

shoham

hi all,

This Question regards to Project Portfolio server.
Over-View: In the My Scorecard when you open one of the projects you get
diffrent pages(Project Info, Additional Information, Budget Cost, etc.).
those pages containd Attributes like: Start date, End date, priorty, etc.
Question:
1. Can the page be edit ? if so where?
2. I created my own attribute, and i can see him in the Additional
Information page, how can I contol in which page it will be?

Thanx
 
S

SWHopeman

Shoham,
You can accomplish this by modifying the file
‘c:\inetpub\portfolioserver2007\portfolioserver\default\Project.aspx’ on the
application server. You can add your custom fields to the Project Info
section. Be aware that for custom fields you must use name="field_name'
rather than attribute='field_name'. The other thing I ended up doing was
commenting out the <allcustomattributes /> line in the Additional Info
section, otherwise your custom fields will show up on both pages.

Hope this helps.

Steve H.
 
S

shoham

hi,

Is their a way doing that througth the system features ?
or the folders are locked for change.
 
Top