Hi,
I am seeing a strange Situation and like to know if someone is seeing the same or if this is a Problem which will be fixed in the future.
Situation - No Master-Sub construction:
The User are statusing "% Work Complete" via PWA-TASK (no SEM, no Timesheet). The Status must have an approval from an PM (Status-Manager). After approval the new values are reflected inside the Plan.
Situation - Master-Sub construction:
The User are statusing "% Work Complete" via PWA-TASK (no SEM, no Timesheet). The Status must have an approval from an PM (Status-Manager). After approval ONLY the new values of the Sub-Plan Task are updated.
The new values of the Master Plan Task are lost (ignored, not written).
Repro Steps:
Master-Plan with one Task and a Sub-Plan with one Task.
On the Project Client set both values for both Tasks to “10%”.
Save and Publish. Both values are reflected on PWA.
As the User who is assigned to the Tasks -> on the Server, goto PWA -> Tasks -> modify both Tasks (Master and Sub) to 20% “% Work Complete”. Save and Send Status (for Approval). The Status-Manager approves both changes. In the History he see Status = “Unpublished”. If he now select and click on “Publish” the Status will Change (after some moments) to "Published". BUT the value is only transferred for the Sub-Plan-Task and NOT for the Master-Plan-Task.
I monitored the values with the following SQL-Queries:
Select TaskName, TaskPercentWorkCompleted from MSP_EpmTask_UserView order by TaskName
Select TaskName, TaskPercentWorkCompleted from dbo.MSP_EpmTask order by TaskName
Did somebody facing the same?
Will there be a Fix in the Future?
Regards,
Stefan Schwarz