IC Error Code Lookup

ICErrorCodeLookup Table

IC Error Code Lookup

Error code lookup table. This table is used with the application login/logout feature and its associated tables.

  • Table Type - Lookup
  • Last Changed Version - 15.2.0.516
  • Last Changed Reason - Added for storing application login and logout information.

SQL Column Definitions

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
ICErrorCode nvarchar (50) False No

Error Code

15.2.0.516 Added for storing application login and logout information.
ErrorDescription nvarchar (50) False No

Error Description

15.2.0.516 Added for storing application login and logout information.

SQL Constraints

Primary Key Name Type Column Name (sort order)
PK_ICErrorCodeLookup Clustered ICErrorCode (Ascending)