Titles
This table stores the details of Titles. Titles can be created and edited in Interaction Administrator under the Interaction Tracker node.
Column | Data Type (Size) | Is Nullable | Contains PII | Description | Last Change Version | Last Change Reason | CX Insights Name | CX Insights Type | CX Insights Folder Name |
---|---|---|---|---|---|---|---|---|---|
TitleID | int | False | No | Stores the identifier for a title. |
4.0.106.453 | 4.0 Release | |||
Name | nvarchar (20) | False | Depends on customer usage | This column stores the textual value of a title. E.g. Mr., Mrs., Jr., Dr., etc. |
4.0.106.453 | 4.0 Release | |||
Admin_Editable | int | False | No | This column stores a value indicating whether or not a title is editable by the administrator. |
4.0.106.453 | 4.0 Release | |||
Version | int | False | No | Stores the version of a title. Every time a title is edited, the version field will be incremented. |
4.0.106.453 | 4.0 Release |
Column | Data Type (Size) | Is Nullable | Contains PII | Description | Last Change Version | Last Change Reason | CX Insights Name | CX Insights Type | CX Insights Folder Name |
---|---|---|---|---|---|---|---|---|---|
TitleID | integer | False | No | Stores the identifier for a title. |
4.0.106.453 | 4.0 Release | |||
Name | nvarchar2 (20) | False | Depends on customer usage | This column stores the textual value of a title. E.g. Mr., Mrs., Jr., Dr., etc. |
4.0.106.453 | 4.0 Release | |||
Admin_Editable | integer | False | No | This column stores a value indicating whether or not a title is editable by the administrator. |
4.0.106.453 | 4.0 Release | |||
Version | integer | False | No | Stores the version of a title. Every time a title is edited, the version field will be incremented. |
4.0.106.453 | 4.0 Release |
Primary Key Name | Type | Column Name (sort order) |
---|---|---|
PK_Title | Clustered | TitleID (Ascending) |
Primary Key Name | Column Name (sort order) |
---|---|
PK_Title | TitleID (Ascending) |
Index Name | Type | Column Name (sort order) |
---|---|---|
IX_Title_Name | Unique non-clustered | Name (Ascending) |
Index Name | Column Name (sort order) |
---|---|
IX_Title_Name | Name (Ascending) |