T
Tiffy Huxtable
Hello,
I try to solve programmatically the following job. I have a simple
project plan with two tasks:
"Task 1"
"Task 2"
Now I want to create programmatically a third task with task name
"Task 3" and place this new task in the project plan between the two
existing tasks:
"Task 1"
"Task 3"
"Task 2"
Any hints how I can achieve this programmatically?
For adding new tasks I have to call QueueAddToProject() method, but
how to let the webservice know that my new task has to be placed
between two other tasks in the project plan and not at the end (which
is default)?
TIA and good bye
Tiffy
I try to solve programmatically the following job. I have a simple
project plan with two tasks:
"Task 1"
"Task 2"
Now I want to create programmatically a third task with task name
"Task 3" and place this new task in the project plan between the two
existing tasks:
"Task 1"
"Task 3"
"Task 2"
Any hints how I can achieve this programmatically?
For adding new tasks I have to call QueueAddToProject() method, but
how to let the webservice know that my new task has to be placed
between two other tasks in the project plan and not at the end (which
is default)?
TIA and good bye
Tiffy