PDS Create Project from template issue

L

Lionel Gomes

Hi,

We have an issue creating project with PDS from template.

It seems that tasks custom fields values and tasks custom outlined codes
values defined in the template are not in the new project as project custom
fields values and project custom outlined codes values are.

When we do the same operation with Project Pro this issue does not exists.

Any idea ?
Thanks
Lionel
 
B

BAS

Dear Lionel,

Now I can't help you, i need your help with the following problem:

How can I create a project based in template using PDS method?
If you could help me...

Thanks,
BAS.
 
L

Lionel Gomes

Hi Bas,




<Request>

<ProjectCreate>

<AutoPublish>1</AutoPublish>

<Project>

<ProjectName>testtemplatepds.published</ProjectName>

<StartDate>20040101</StartDate>

<TemplateName>FooTemplate</TemplateName>

</Project>

</ProjectCreate>

</Request>
 
L

Lionel Gomes

Hi Bas ,

Just use the following syntax where FooTemplate is the name of your
template and testtemplatepds.published the name of the project to be created :

<Request>
<ProjectCreate>
<AutoPublish>1</AutoPublish>
<Project>
<ProjectName>testtemplatepds.published</ProjectName>
<StartDate>20040101</StartDate>
<TemplateName>FooTemplate</TemplateName>
</Project>
</ProjectCreate>
</Request>

You could use the PDSTest.NET app to test this sample
http://www.microsoft.com/downloads/...45-C315-418F-9F79-03190DF43C49&displaylang=en

hth
Lionel
 

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