Getting list of Project Server templates

P

Peter Theill

Hi,

Is it possible to get the list of Project Server templates through VBA? I
haven't found a method for this but I'm looking for the same functionality
you get, if you use the "ProjectServer" method through PDS and use "1" as
the ProjectID e.g.

<Request>
<ProjectsStatus>
<ProjectID>1</ProjectID>
</ProjectsStatus>
</Request>


Rgd,
Peter Theill
 
P

Peter Theill

you get, if you use the "ProjectServer" method through PDS and use "1" as
the ProjectID e.g.

Sorry, a correction. I'm setting the "ProjectType" instead of the
"ProjectID" e.g.

<Request>
<ProjectsStatus>
<ProjectType>1</ProjectType>
</ProjectsStatus>
</Request>
 

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