Versions Compared

Key

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

...

This structure represents the unique key fields associated with identifying a time card or time off card. Note that a time card or time off card is identified by:

  • The time card type (TimecardType). "T" for time card, or "R" for reported time off, and
  • The time card UID

Both fields are required in order for the reference to be considered valid.

Format


Panel
titlePwsTimecardRef
  • PwsTimecardRef
    • ReferenceId: String
    • TimecardId: Int32
    • TimecardType: String
    • TimecardUid: Int64

Elements


Element

Data Type

Description

Sample Data

ReferenceId

String

Reference id (used to affiliate

PwsSaveTimecardResult

PwsSaveTimeCardResult records with associated 

PwsTimecardDetail

PwsTimeCardDetail records).

 


TimecardId

Int32

The time card Id is a unique identifier for a time card. For internal use only.

 

 


TimecardType

String

The time card type:

'T' for time card associated with a project

'R' for reported time off

T
 


TimecardUid

Int64

A unique and immutable identifier for a time card.

1152921504646141261 

Usage Example(s)


Code Block
languagexml
titleExample 01
collapsetrue
            <tim:TimeCardIdentity>
               <com:TimecardType>T</com:TimecardType>
               <com:TimecardUid>1152921504646141261</com:TimecardUid>
            </tim:TimeCardIdentity>