Calculated Custom Fields and PDS <ProjectCodeValues> method

G

GJ

Hi,
I am trying to read 'Enterprise Custom Fields' value in a project using PDS
<ProjectCodeValues> method but the result-set (in XML format), what I get is
missing all calculated custom fields and give me only those fields value that
are available through 'Project Web Access' on 'Edit Custom Fields'-screen. I
can see the missing calculated custom fields in views.

I am using following query in Project Server 2003:
<Request>
<ProjectCodeValues>
<ProjectID>130</ProjectID>
<IncludeValueLists>1</IncludeValueLists>
<ReturnStructures>1</ReturnStructures>
<AutoCheckout>0</AutoCheckout>
</ProjectCodeValues>
</Request>

Any idea how could I read calculated enterprise custom fields used in a
project using PDS

Thanks,
GJ
 

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