CheckInDocuments
CheckInDocuments
Columns
Name | Type | Description |
CheckInDocumentId [KEY] | Long | System-generated primary key for a check-in document. |
CheckInTemplateId | Long | System-generated primary key for a check-in template. |
CheckInTemplateName | String | Name of a check-in template. |
ReviewPeriodId | Long | System-generated primary key of the review period associated with a check-in document. |
ReviewPeriodName | String | Name of the review period associated with a check-in document. |
ManagerPersonId | Long | System-generated primary key of the manager in a check-in document. |
ManagerPersonNumber | String | Unique person identifier of the manager in a check-in document. |
PersonId | Long | System-generated primary key of the worker in a check-in document. |
PersonNumber | String | Unique person identifier of the worker in a check-in document. |
AssignmentId | Long | System-generated identifier of the job assignment of the worker in a check-in document. |
AssignmentNumber | String | Unique assignment identifier of the worker in a check-in document. |
DocumentName | String | Name of a check-in document. |
CheckInDate | Date | Date when the check-in document was created. |
Finder | String | Finder of CheckInDocuments |