| ColumnName |
Domain |
Datatype |
NULL |
Definition |
EndDate |
|
datetime |
NO |
Timesheet period end date. |
Employee |
|
nvarchar(20) |
NO |
Employee number. |
EmployeeCompany |
|
nvarchar(14) |
NO |
The company to which the employee belongs. |
| Submitted |
|
varchar(1) |
NO |
Variable indicating the timesheet's submittal status. Valid options are Y-Submitted, N-Not submitted, P-Posted. |
| Selected |
|
varchar(1) |
NO |
Variable indicating whether the timesheet has been selected for posting. |
| SubmittedBy |
|
nvarchar(20) |
YES |
Employee number of the timesheet's submitter. |
| ApprovedBy |
|
nvarchar(20) |
YES |
Employee number of the timesheet's approver. |
| TKGroup |
|
nvarchar(10) |
NO |
The employee's Timekeeper group. |
| SubmittedDate |
|
datetime |
YES |
The date and time when the timesheet was submitted. |
| ApprovedDate |
|
datetime |
YES |
The date and time when the timesheet was approved. |
| CreateUser |
|
nvarchar(20) |
YES |
The username of the user logged in when the record was created. |
| CreateDate |
|
datetime |
YES |
The date and time when the record was created. |
| ModUser |
|
nvarchar(20) |
YES |
The username of the user logged in when the record was modified. |
| ModDate |
|
datetime |
YES |
The date and time when the record was modified. |