[EPM 2010 - PSI] Actuals updated via a called to project service
-
2012年3月28日 14:19
Hello,
Could you please help me on that point ? :)
I m trying to update an actuals for a specific task:
My code is:
backendProject.ProjectDataSet prjDataSet = projectClient.ReadProject(projectId, backendProject.DataStoreEnum.PublishedStore); backendProject.ProjectDataSet.TaskRow taskActualsUpdated = prjDataSet.Task[15]; taskActualsUpdated.TASK_ACT_WORK = Actuals * 60000;
After a new select, the actuals has been updated, but i cannot see the correct value in my document. The % Complete is clearly updated (Ex: I have a durartion of 20 MD, I defined an actuals of 40hours -> Percent = 25%) but the value for Work = The total of duration -> 160hours)
In which column can i see as Project manager, the actuals updated ?
Math
すべての返信
-
2012年4月2日 14:23
Hi Fix_105,
I'm not sure about this, but, is it possible that for update task_Act_work, you should update assignments?
In my idea, the TASK_ACT_WORK value is a sum calculated on assignments actual works.
Have you any assingments on this task?
I hope this can helps you,
Best Regards
Paolo O.
-
2012年4月11日 13:34
I was using the correct property. TASK_ACT_WORK contains the actual work (the sum).
My issue was only linked on the Project center view defined by default. I have found the option to insert additional column in the Task Summary view and now i can see the Actual updated in my document.
thanks for your support Paolo.
Math
- 回答としてマーク Fix_105 2012年4月11日 13:34