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>
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>