TimeSheetStatus

TimeSheetStatus is used to hold the status for each time sheet. It is used in TimeSheetBean. The code property value and of the meaning property value must match with each other. This data type is used in TimeSheetBean.

Property

Type

Description

Required

Default

code

int

Numeric value.

Valid numeric values are (the corresponding meanings are listed in the brackets):

  • 1 (for unsubmitted)

  • 2 (for pending-approval)

  • 3 (for in-rework)

  • 4 (for approved)

  • 5 (for cancelled)

  • 6 (for frozen)

  • 7 (for closed)

Yes

N/A

meaning

String

String value.

Valid values are:

  • unsubmitted

  • pending-approval

  • in-rework

  • approved

  • cancelled

  • frozen

  • closed

Yes

N/A