UpdateStatus using changeXml (Actual Work)

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
 
W

Winnes

Correction:

change line actually is:

<PeriodChange PID="{pidActualWork}" Start="{yyyy-MM-ddTHH:mm:ss}"
End="{yyyy-MM-ddTHH:mm:ss}">{actualWork}</PeriodChange>
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top