Team, thanks for the answers. I was finally able to get the xml to work.
Now I have arrived at a new problem. Based on our calculations, I am arriving at an ETC of -1.25 and I am trying to xog this in. XOG is successful but I do not see -1.25, I only see zero. Any ideas? I was hoping negatives would go in like it goes into cost and budget plans. What am I doing wrong
XML as follows:
<NikuDataBus xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../xsd/nikuxog_project.xsd">
<Header action="write" externalSource="NIKU" objectType="project" version="13.3.0.286"/>
<Projects>
<Project active="true" name="Antony's Organic Milk Farm" projectID="milkmancometh">
<Tasks>
<Task key="true" lockedForScheduling="true" milestone="false" name="3.75 and 7.5 hour Increments Only"
openForTimeEntry="true" orderID="8" outlineLevel="1" status="1" summary="false" taskID="2015_milk_products">
<Assignments>
<TaskLabor estMax="1" estPattern="3" lastUpdatedBy="WHOLE_MILK" lastUpdatedDate="2015-04-19T14:45:25" resourceID="SKIMMED_MILK" remainingWork="-1.25">
<EstCurve>
<Segment finish="2015-12-31T23:33:57" start="2015-01-01T00:00:00" sum="70"/>
</EstCurve>
<CustomInformation>
<ColumnValue name="partition_code">DAIRY</ColumnValue>
</CustomInformation>
</TaskLabor>
</Assignments>
<CustomInformation>
<ColumnValue name="partition_code">DAIRY</ColumnValue>
</CustomInformation>
</Task>
</Tasks>
<CustomInformation>
<ColumnValue name="partition_code">DAIRY</ColumnValue>
</CustomInformation>
</Project>
</Projects>
</NikuDataBus>