JCM Table: dbo.AT FormDataReview
From Sherlock Software
TABLE NAME: dbo.AT_FormDataReview
Records data adulting review results.
| Col ID | Name | Data Type | Description |
|---|---|---|---|
| 1 | FormID | int | ID of form |
| 2 | Category | nvarchar(255) | Category |
| 3 | Completed | bit | Review complete indicator |
| 4 | IncompleteItems | nvarchar | Review incomplete items |
| 5 | Comments | ntext | Comments |
| 6 | DateRecorded | datetime | Date and time the record was recorded |
Back to JCM Database tables