Displaying custom attributes on the Project Info page in PPS

E

Elise

Hi

Installed PPS 2007. I have created some new attributes and would like to
display them on the project info page (project.aspx). I now know that the
these fields are not attributes but are called something else. What are the
fields called so that I can display them on the project info page?

Also where do I update the usergroup "GRP_INITIATORS" - I can't find where
to enter the names.

Many Thanks ELise
 
J

James Fraser

Installed PPS 2007. I have created some new attributes and would like to
display them on the project info page (project.aspx). I now know that the
these fields are not attributes but are called something else. What are the
fields called so that I can display them on the project info page?


Custom attributes can be added by using the "Name" ie:

<cell position="1" name="Program Name" label="Program Name" />
<cell position="1" attribute="START_DATE" />

label does not need to match the name and can be customized for the
UI.


Hope this helps...
James Fraser
 
E

Elise

Many Thanks James - It worked. I can now display the custom fields on the
project info page.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top