PwsCostUdfAdjustmentOrder

Overview


This structure represents the fields associated with a cost card user defined field adjustment

Format


PwsCostUdfAdjustmentOrder

Elements


Element

Data Type

Required?

Description

Sample Data

CostCardIdentitesPwsVersionedCostCardRefYesThis structure represents the unique key fields associated with identifying a Time Card.

NewValue

PwsCardUdfValue

Yes

This structure represents the value of a time card or cost card user defined field.


Usage Example(s)


Example 01
               <tim:PwsCostUdfAdjustmentOrder>
                  <tim:CostCardIdentities>
                     <tim:PwsVersionedCostCardRef>
                        <com:CostCardUid>1152921504614693735</com:CostCardUid>
                     </tim:PwsVersionedCostCardRef>
                  </tim:CostCardIdentities>
                  <tim:NewValue>
                     <com:RelationValue>
                        <com:CodeValue>CC-Jira</com:CodeValue>
                        <com:TextValue>SD-23</com:TextValue>
                        <com:UidValue>1152921504606857618</com:UidValue>
                     </com:RelationValue>
                  </tim:NewValue>
               </tim:PwsCostUdfAdjustmentOrder>