Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

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 for 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


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

Elements


Element

Data Type

Description

Sample Data

AdjustmentCodeId

Int32

The adjustment code id. For internal use only.


AdjustmentCodeName

String

The adjustment code name.


AdjustmentCodeUid

Int64

The adjustment code unique identifier.


  • No labels