Interaction Types
This table stores the different interaction types supported by Interaction Center.
| 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 |
|---|---|---|---|---|---|---|---|---|---|
| IntxTypeID | int | False | No | An identifier for the interaction type |
4.0.106.453 | 4.0 Release | |||
| Name | nvarchar (30) | False | Depends on customer usage |
This column stores the name for an interaction type. Valid values are :
|
4.0.106.453 | 4.0 Release | |||
| Admin_Editable | int | False | No | Stores a value indicating whether or not the interaction type is editable by the administrator. |
4.0.106.453 | 4.0 Release | |||
| Version | int | False | No | Stores the version for the interaction type. |
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 |
|---|---|---|---|---|---|---|---|---|---|
| IntxTypeID | integer | False | No | An identifier for the interaction type |
4.0.106.453 | 4.0 Release | |||
| Name | nvarchar2 (30) | False | Depends on customer usage |
This column stores the name for an interaction type. Valid values are :
|
4.0.106.453 | 4.0 Release | |||
| Admin_Editable | integer | False | No | Stores a value indicating whether or not the interaction type is editable by the administrator. |
4.0.106.453 | 4.0 Release | |||
| Version | integer | False | No | Stores the version for the interaction type. |
4.0.106.453 | 4.0 Release |
| Primary Key Name | Type | Column Name (sort order) |
|---|---|---|
| PK_IntxType | Clustered | IntxTypeID (Ascending) |
| Primary Key Name | Column Name (sort order) |
|---|---|
| PK_IntxType | IntxTypeID (Ascending) |
| Index Name | Type | Column Name (sort order) |
|---|---|---|
| IX_IntxType_Name | Unique non-clustered | Name (Ascending) |
| Index Name | Column Name (sort order) |
|---|---|
| IX_IntxType_Name | Name (Ascending) |