JCM Table: dbo.AT PageSettings
From Sherlock Software
TABLE NAME: dbo.AT_PageSettings
CRF page settings
| Col ID | Name | Data Type | Description |
|---|---|---|---|
| 1 | pageID | smallint | Page ID |
| 2 | languageID | smallint | ID of language |
| 3 | pageName | nvarchar(255) | Page name |
| 4 | version | nvarchar(50) | version |
| 5 | pageSetting | xml | Settings |
| 6 | fileName | nvarchar(50) | File name to store the settings |
| 7 | LastUpdateDate | datetime | Date and time the settings was last updated |
| 8 | folder | nvarchar(50) | Folder name where to store the setting file |
| 9 | rowActive | bit | Row active indicator |
| 10 | production | bit | Production version indicator |
Back to JCM Database tables