Interaction Center Applications
Table containing a lookup of applications that run on an IC server or connects to an IC server.
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 |
---|---|---|---|---|---|---|---|---|---|
Id | smallint | False | No | An identifier that gets stored in certain tables: LoginLogoutChangelog and EnhancedIAChangelog, instead of storing the full application name. |
15.2.0.516 | Added for storing application login and logout information. | |||
ApplicationName | nvarchar (50) | False | No | This is the name of an application that runs on an IC Server or connects to an IC Server. |
15.2.0.516 | Added for storing application login and logout information. |
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 |
---|---|---|---|---|---|---|---|---|---|
Id | number | False | No | An identifier that gets stored in certain tables: LoginLogoutChangelog and EnhancedIAChangelog, instead of storing the full application name. |
15.2.0.516 | Added for storing application login and logout information. | |||
ApplicationName | nvarchar2 (50) | False | No | This is the name of an application that runs on an IC Server or connects to an IC Server. |
15.2.0.516 | Added for storing application login and logout information. |
Primary Key Name | Type | Column Name (sort order) |
---|---|---|
PK_ICApplications | Clustered | Id (Ascending) |
Primary Key Name | Column Name (sort order) |
---|---|
PK_ICApplications | Id (Ascending) |
Index Name | Type | Column Name (sort order) |
---|---|---|
IX_Applications | Non-clustered | ApplicationName (Ascending) |
Index Name | Column Name (sort order) |
---|---|
IX_Applications | ApplicationName (Ascending) |