| Field Name | Field Description | Data Type | FK Join |
|---|---|---|---|
| Id | Page Field Id | int | |
| Description | Description | nvarchar | |
| FieldName | Field Name | nvarchar | |
| PageId | Page Id | int | |
| RegularExpressionId | Regular Expression Id | int | |
| ControlTypeId | Control Type Id | int | |
| DataModelId | Data Model Id | int | |
| Required | Indicates if the field is Required | bit | |
| Visible | Indicates if the field is Visible | bit | |
| TabStop | Indicates if the field is a Tab Stop | bit | |
| AllowAttribute | Allow Attribute | bit | |
| HasDropdown | Indicates if the field has a Dropdown | bit | |
| HasPopupButton | Indicates if the field has a Popup Button | bit | |
| HasExpandButton | Indicates if the field has a Expand Button | bit | |
| HasTimestampButton | Indicates if the field has a Timestamp Button | bit | |
| MinimumLength | Minimum Length | int | |
| MaximumLength | Maximum Length | int | |
| MinimumValue | Minimum Value | decimal | |
| MaximumValue | Maximum Value | decimal | |
| InheritModule | Inherit Module | bit | |
| HyperlinkWindowId | Hyperlink Window Id | int | vr_webtmaWindows |
| HyperlinkFieldName | Hyperlink Field Name | nvarchar | |
| RequiredDependency | Required Dependency | nvarchar | |
| ReadOnly | Indicates if the field is Read Only | bit | |
| ChildDataModelId | Child Data Model Id | int | |
| ParentId | Parent Id | int | |
| FilterFieldName | Filter Field Name | nvarchar | |
| StoredProcName | Stored Proc Name | nvarchar | |
| ServerPaging | Server Paging | bit | |
| originalId | Original Id | int | |
| HeaderField | Header Field | int | |
| Collapsed | Indicates if the field is Collapsed | bit | |
| FreeFormText | Indiactes if the field is Free Form Text | bit | |
| Deprecated | Indicates if the field is Deprecated | bit | |
| UniqueConstraint | Unique Constraint | nvarchar | |
| CounterId | Counter Id | int | vr_Counter |
| Copy | Copy | bit | |
| ConfigCodePageFieldId | Configuration Code Page Field Id | int | |
| Sequence | Sequence | int |