Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Overview


This structure represents the unique key fields associated with identifying an adjustment code. Adjustment codes are required whenever you make a monetary adjustment to a time or cost card. The adjustment code defines a category for why the change was madefor an adjustment indicates a reason for the adjustment. Adjustment codes can be identified by unique identifier or name. You can uniquely identify an adjustment code by specifying either field. It is acceptable to specify both fields, but they must refer to the same adjustment code or the reference will not be considered valid

Format


Panel
titlePwsAdjustmentCodeRef
  • PwsAdjustmentCodeRef
    • AdjustmentCodeId: Int32
    • AdjustmentCodeName: String
    • AdjustmentCodeUid: Int64

Elements


   
ElementData TypeRequired?DescriptionSample Data
AdjustmentCodeIdInt32

 

NoThe adjustment code id. For internal use only.
AdjustmentCodeNameString

 

Either the AdjustmentCodeName or AdjustmentCodeUid must be suppliedThe adjustment code name is a unique identifier.
Work outside of SOW
AdjustmentCodeUidInt64

 

Either the AdjustmentCodeName or AdjustmentCodeUid must be suppliedThe adjustment code unique is a unique identifier.
1152921504606858479


Usage Example(s)


Code Block
languagexml
titleExample 01
collapsetrue
            <tim:AdjustmentCodeIdentity>
               <com:AdjustmentCodeUid>1152921504606858479</com:AdjustmentCodeUid>
            </tim:AdjustmentCodeIdentity>