Use PDS to create a project?

P

Paul

Hi,

I am using the PDS (project data services) to manipulate some projects in PS
2003. I can see how to view and change task data and resource data, but I
can't see how I can create a new project using the PDS. Does anyone know if
it is possible/impossible to do this?

Thanks
 
M

Matthew McDermott

Paul,

Use ProjectCreate in the form:

<Request>
<ProjectCreate>
<AutoPublish></AutoPublish>
<Project>
<ProjectName></ProjectName>
<StartDate></StartDate>
<TemplateID></TemplateID>
<TemplateName></TemplateName>
-- Other project details --
</Project>
</ProjectCreate>
</Request>

Matthew
 
S

Steve Heller

The template-related arguments you show aren't in the source code for
the project utilities PDS extender as I just downloaded it a couple of
days ago. I really need the feature of being able to create a project
based on a template. Could you tell me where you got the code that
handles those arguments?
 

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