G
Gerardv
Hi,
I am new to the dev thread and hope someone can help with the following:
I am looking to implement some automation using the Project Server PSI. The
documentation on msdn is helpful and all seem to work just fine when I try
creating a project and adding some tasks using the code examples.
However, the start date of a task is always the same. I.e. the date the
project is created. No matter what you set for ".TASK_START_DATE".
E.g. in the code example on
http://msdn2.microsoft.com/en-us/library/websvcproject.project.queuecreateprojectandcheckout.aspx.
MS uses: taskOne.TASK_START_DATE = System.DateTime.Now.AddDays(1);
Does not matter what I put in there (my own date, 20 instead of 1), I always
get the same start date. Setting the duration with ".TASK_DUR" does work. I
have played around with it but can't find a way to set the start date.
Hope someone can help?
Thanks,
Gerard
do
I am new to the dev thread and hope someone can help with the following:
I am looking to implement some automation using the Project Server PSI. The
documentation on msdn is helpful and all seem to work just fine when I try
creating a project and adding some tasks using the code examples.
However, the start date of a task is always the same. I.e. the date the
project is created. No matter what you set for ".TASK_START_DATE".
E.g. in the code example on
http://msdn2.microsoft.com/en-us/library/websvcproject.project.queuecreateprojectandcheckout.aspx.
MS uses: taskOne.TASK_START_DATE = System.DateTime.Now.AddDays(1);
Does not matter what I put in there (my own date, 20 instead of 1), I always
get the same start date. Setting the duration with ".TASK_DUR" does work. I
have played around with it but can't find a way to set the start date.
Hope someone can help?
Thanks,
Gerard
do