PDS ProjectTasksCreateMethod

O

oleg fedotov

Hi, I am using ProjectTasksCreate Method with fixed start and finish date.
But created task has duration 1 day!!! How I can solve this problem?

<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>

Thanks,
 
E

Ed Morrison

In this duration, how many working days are there based on the calendar?
For example, if you start the task on a Friday and end it on a Sunday, it is
only a one day duration when using the Standard calendar.
 

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