JCM Table: dbo.AT PageSettings

From Sherlock Software
Revision as of 16:15, 3 January 2022 by Sherlock (talk | contribs) (Created page with "===TABLE NAME: dbo.AT_PageSettings=== CRF page settings {| class="wikitable" |- ! Col ID !! Name !! Data Type !! Description |- | 1 || pageID || smallint || Page ID |- | 2 ||...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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