Data Tables
Data Tables have an undetermined amount of columns. However, they all have the following columns in common:
Data Tables Columns
| Column | Type | Comments |
|---|---|---|
| CaseID | Nvarchar(40), not null | ID for a specific CASE. In SF_Case table it is named just ID. |
| ElementID | Nvarchar(40), not null | Specific ID for that Element within the Database. |
| ElementName | Nvarchar(128), null | Name of the Element. |
| Categories | Nvarchar(128), null | Description for the Element. It is optional and can be blank. |
| AttributeName | Nvarchar(128), null | Element Category in which the Template of the Element is related. |