Clarity

 View Only
  • 1.  XOG Task creation with a specific cost type

    Posted May 28, 2020 03:54 AM
    Hi,

    I'm using XOG in a gel script for creating a new task. I was expecting to be able to setup the cost type of the task by adding costType="OPERATING"  in the Task attribute but I didn't work.

    It's strange because it's a value that is returned when you can read a project via XOG like in the sample below:
    <Task chargeCodeExtID="bbbbb" costType="OPERATING" evCalcMethod="0" finish="2019-07-17T17:00:00" fixed="true" internalTaskID="11111111"
    key="false" lastUpdatedBy="xxxxxxx" lastUpdatedDate="2019-11-15T11:12:07" lockedForScheduling="false" milestone="false"
    name="yyyyyyy" openForTimeEntry="false" orderID="1" outlineLevel="1" percComp="1" start="2019-01-09T08:00:00" status="2"
    summary="true" taskID="00013038">
    <estimateRules/>
    </Task>

    Can you let me know how to proceed?

    ------------------------------
    Patrick
    ------------------------------


  • 2.  RE: XOG Task creation with a specific cost type
    Best Answer

    Posted May 29, 2020 03:45 PM
    The problem was solved when I added the taskId in the attribute of the task.

    ------------------------------
    Patrick
    ------------------------------