Uploading XML data with resource assignments

J

jdetaeye

Hello,

I would like to upload updated resource assignments from an external
system through an XML file (i.e. total work planned for the resource,
eventually time-phased).
I tried out various variations of the example format below, but none
of them seems to give the desired results after merging.

Has anybody been succesful in loading plan updates in this way?

Any input is welcome...

Johan


PS: I don't have Server.

Example XML file to upload:

<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<Project xmlns="http://schemas.microsoft.com/project">
<Assignments>
<Assignment>
<UID>118</UID>
<TaskUID>44</TaskUID>
<ResourceUID>51</ResourceUID>
<Work>PT1H0M0S</Work>
</Assignment>
</Assignments>
</Project>
 

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