S
Segrest
Hello Everyone,
The Project Server 2007 SDK states:
"When adding a resource to a task, the PSI does not automatically
redistribute work the way Project Professional does. It is up to the
developer to choose and explicitly set the work distribution on the
assignments."
I am writing an application in C# that will use the PSI to automatically
create assignments. The projects and tasks already exist.
At this point I have successfully add an existing enterprise resource to the
project and assigned them to a task.
What I am trying to figure out now is the "set the work distribution on the
assignments" part.
For example, the task may be scheduled to start on Monday, but I need to
assign the resource for four hours of work on Wednesday.
I have discovered that when I set the new assignment start date value to
Wednesday, this is ignored when the QueueAddToProject method is executed.
When I read my project dataset I find that the assignment start date has been
changed to match the task start date (Monday in my example).
So, the 64 dollar question is: How do I use PSI to "set the work
distribution on the assignments"?
Any pointers would be greatly appreciated.
Bob
The Project Server 2007 SDK states:
"When adding a resource to a task, the PSI does not automatically
redistribute work the way Project Professional does. It is up to the
developer to choose and explicitly set the work distribution on the
assignments."
I am writing an application in C# that will use the PSI to automatically
create assignments. The projects and tasks already exist.
At this point I have successfully add an existing enterprise resource to the
project and assigned them to a task.
What I am trying to figure out now is the "set the work distribution on the
assignments" part.
For example, the task may be scheduled to start on Monday, but I need to
assign the resource for four hours of work on Wednesday.
I have discovered that when I set the new assignment start date value to
Wednesday, this is ignored when the QueueAddToProject method is executed.
When I read my project dataset I find that the assignment start date has been
changed to match the task start date (Monday in my example).
So, the 64 dollar question is: How do I use PSI to "set the work
distribution on the assignments"?
Any pointers would be greatly appreciated.
Bob