S
Sam Watson
I have a single MPP that contains a list of release dates for
products. It is referenced by several other MPP files. To keep this up
to date, I have scripted an XML generator that grabs the latest dates.
When I load this XML file into a blank MPP file, it looks fine.
However, when I try to merge the XML file into the MPP with full data
already there, the tasks are not updated with the correct start/end
dates. I'm generating the XML file with only this data:
<Project>
<Tasks>
<Task>
<Name>Widget 1 Release Date</Name>
<Start>2008-05-30T00:00:00</Start>
<Finish>2008-05-30T00:00:00</Finish>
<Duration>PT0H0M0S</Duration>
<DurationFormat>7</DurationFormat>
<Milestone>1</Milestone>
<Summary>0</Summary>
</Task>
<Task>
<Name>Widget 2 Release Date</Name>
<Start>2009-10-23T00:00:00</Start>
<Finish>2009-10-23T00:00:00</Finish>
<Duration>PT0H0M0S</Duration>
<DurationFormat>7</DurationFormat>
<Milestone>1</Milestone>
<Summary>0</Summary>
</Task>
</Tasks>
</Project>
Once this is loaded, if I then change the date for Widget 2 and
attempt to open the XML and select "merge", the Widget 2 task in MPP
Is not udpated with the new date.
Is there something I'm missing here?
Thanks,
Sam
products. It is referenced by several other MPP files. To keep this up
to date, I have scripted an XML generator that grabs the latest dates.
When I load this XML file into a blank MPP file, it looks fine.
However, when I try to merge the XML file into the MPP with full data
already there, the tasks are not updated with the correct start/end
dates. I'm generating the XML file with only this data:
<Project>
<Tasks>
<Task>
<Name>Widget 1 Release Date</Name>
<Start>2008-05-30T00:00:00</Start>
<Finish>2008-05-30T00:00:00</Finish>
<Duration>PT0H0M0S</Duration>
<DurationFormat>7</DurationFormat>
<Milestone>1</Milestone>
<Summary>0</Summary>
</Task>
<Task>
<Name>Widget 2 Release Date</Name>
<Start>2009-10-23T00:00:00</Start>
<Finish>2009-10-23T00:00:00</Finish>
<Duration>PT0H0M0S</Duration>
<DurationFormat>7</DurationFormat>
<Milestone>1</Milestone>
<Summary>0</Summary>
</Task>
</Tasks>
</Project>
Once this is loaded, if I then change the date for Widget 2 and
attempt to open the XML and select "merge", the Widget 2 task in MPP
Is not udpated with the new date.
Is there something I'm missing here?
Thanks,
Sam