| Table: dbo.Data_Entry_Confirmation | |||
| Lists the types of data for which Data Entry Confirmation is supported and on which ones it is enabled. | |||
| Columns | |||
| Name | Type | Constraints | Description |
| data_entry_confirmation_KEY | int (4) | NOT NULL | Primary key. |
| description | nvarchar (120) | NOT NULL | User-friendly description of the type of data. |
| is_enabled | bit (1) | NOT NULL | True if the firm has enabled DEC for fields containing the specified type of data. |
| sequence_number | int (4) | NOT NULL | 1-based number determining display order in UI. |
| firm_KEY | int (4) | NOT NULL | Link to Firm; allows atomic save in setup. |
| Primary key | |||
| Name | Columns | Description | |
| PK_Data_Entry_Confirmation | data_entry_confirmation_KEY | ||
| Unique constraints | |||
| Name | Columns | Description | |
| UK_Data_Entry_Confirmation$description | description | ||
| UK_Data_Entry_Confirmation$sequence_number | sequence_number | ||
| Foreign keys | |||
| Name | Columns | Referenced table | Description |
| FK_Data_Entry_Confirmation__Firm__firm_KEY | firm_KEY | Firm (firm_KEY) | |