PDS ProjectTaskCreate Method

O

oleg fedotov

Hi, I am using ProjectTasksCreate Method with fixed start and finish date.

<Request>
<ProjectTasksCreate>
<AutoPublish>1</AutoPublish>
<ProjectID>1</ProjectID>
<ProjectName>projectName</ProjectName>
<Tasks>
<Task>
<Name>task1</Name>
<Start>startdate</Start>
<Finish>finishdate</Finish>
<ConstraintType>4</ConstraintType>
<ConstraintDate>startdate</ConstraintDate>
</Task>
</Tasks>
</ProjectTasksCreate>
</Request>

But created task has duration 1 day!!! How I can solve this problem?

Thanks,
 

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