Difference between revisions of "JCM Table: dbo.AT FormPages"

From Sherlock Software
(Created page with "===TABLE NAME: dbo.AT_FormPages=== {| class="wikitable" |- ! Col ID !! Name !! Data Type !! Description |- | 1 || FormTypeID || smallint || |- | 2 || PageID || smallint || |...")
 
 
Line 1: Line 1:
===TABLE NAME: dbo.AT_FormPages===
===TABLE NAME: dbo.AT_FormPages===
Records the pages in a form.
{| class="wikitable"
{| class="wikitable"
|-
|-
! Col ID !! Name !! Data Type !! Description
! Col ID !! Name !! Data Type !! Description
|-
|-
| 1 || FormTypeID || smallint ||  
| 1 || FormTypeID || smallint || ID of form
|-
|-
| 2 || PageID || smallint ||  
| 2 || PageID || smallint || ID of page
|-
|-
| 3 || SortOrder || tinyint ||  
| 3 || SortOrder || tinyint || Display sort order
|}
|}
</br>
</br>

Latest revision as of 17:19, 3 January 2022

TABLE NAME: dbo.AT_FormPages

Records the pages in a form.

Col ID Name Data Type Description
1 FormTypeID smallint ID of form
2 PageID smallint ID of page
3 SortOrder tinyint Display sort order



Back to JCM Database tables