Description:
ETC is not created via XOG. After performing the XOG write action, the ETC is not being created automatically in the application. Is there something I am missing in the XOG input file?
Solution:
You can only XOG in Estimates by using the ETC curve segments.
Under the <Assignments> tag in the <TaskLabor> section you need to specify the ETC segments.
<Assignments>
<TaskLabor start="2015-03-09T08:00:00" finish="2015-03-27T17:00:00" resourceID="res1">
<EstCurve>
<Segment start="2015-03-09T08:00:00" finish="2015-03-13T17:00:00" sum="40.0"/>
<Segment start="2015-03-16T08:00:00" finish="2015-03-18T17:00:00" sum="24.0"/>
<Segment start="2015-03-23T08:00:00" finish="2015-03-27T17:00:00" sum="20.0"/>
</EstCurve>
</TaskLabor>
</Assignments>