You are viewing an old version of this page. View the current version.
Compare with Current
View Page History
Version 1
Next »
Overview
This structure represents the fields associated with a time card user defined field adjustment
Elements
Element | Data Type | Required? | Description | Sample Data |
---|
NewValue | PwsCardUdfValue | Yes | This structure represents the value of a time card or cost card user defined field. |
|
TimeCardIdentities | PwsVersionedTimeCardRef | Yes | This structure represents the unique key fields associated with identifying a Time Card. |
|
Usage Example(s)
<tim:PwsTimeUdfAdjustmentOrder>
<tim:NewValue>
<com:RelationValue>
<com:CodeValue>TC-Jira</com:CodeValue>
<com:TextValue>SD-23</com:TextValue>
<com:UidValue>1152921504606857618</com:UidValue>
</com:RelationValue>
</tim:NewValue>
<tim:TimeCardIdentities>
<tim:PwsVersionedTimecardRef>
<com:TimecardId>45639608</com:TimecardId>
<com:TimecardType>T</com:TimecardType>
<com:TimecardUid>1152921504652486584</com:TimecardUid>
</tim:PwsVersionedTimecardRef>
</tim:TimeCardIdentities>
</tim:PwsTimeUdfAdjustmentOrder>