W
Winnes
Guys and girls,
When I try to add actual work (incl. period change) things work out fine (as
expected). However, an update after this, using the same changeXml for the
UpdateStatus PSI call fails (values Actual Work and dates accordingly not
affected).
I use the following changeXml (variables projectUID, assignmentUID,
pidActualWork, actualWork are in correct data type, format and have the right
values):
<Changes>
<Proj ID="{projectUID}">
<Assn ID="{assignmentUID}">
<Change PID="{pidActualWork}">{actualWork}</Change>
</Assn>
</Proj>
</Changes>
Could this be a bug or am I overlooking something here?
I have the exact same thing when using the PSI SDK ChangeXmlUtil app.
Grtz
Winnes
When I try to add actual work (incl. period change) things work out fine (as
expected). However, an update after this, using the same changeXml for the
UpdateStatus PSI call fails (values Actual Work and dates accordingly not
affected).
I use the following changeXml (variables projectUID, assignmentUID,
pidActualWork, actualWork are in correct data type, format and have the right
values):
<Changes>
<Proj ID="{projectUID}">
<Assn ID="{assignmentUID}">
<Change PID="{pidActualWork}">{actualWork}</Change>
</Assn>
</Proj>
</Changes>
Could this be a bug or am I overlooking something here?
I have the exact same thing when using the PSI SDK ChangeXmlUtil app.
Grtz
Winnes