PSD: Portfolio Server 2007 -- Adding Custom Attributes

  • Thread starter projectserverdragon
  • Start date
P

projectserverdragon

If this is not the proper group for this discussion just let me know because
I want to find advanced users of this application.

I am creating custom attributes in PPS; however the Attribute Internal Name
is not defined once the attribute is created.

This makes it impossible to add the attribute to the the forms .asp files.

The form for defining new attributes does not contain a field to define the
Internal Name so I assume this gets declared on the backend (not seeming to
be the case)

I associated attribute to the org which will leverage this value.

Anyone want to enlighten me on how this process works in this tool?

thx in adv!
 
D

DCal

Custom attributes require a different statement structure within the .aspx
file.

If you created a custom attribute named "Funding Type" then the statement
could look as follows:

<cell position="2" name="Funding Type" label="Funding Type"/>
 

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