Queue Name Lookup

QueueNameLookup Table

Queue Name Lookup

Lookup table for queue names.

  • Table Type - Lookup
  • Last Changed Version - 17.1.0.324
  • Last Changed Reason - Added for the queues of the exception events.

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
QueueId bigint False No

Unique ID

17.1.0.324 Added for the queues of the exception events.
QueueName nvarchar (250) False Depends on customer usage

Queue name.

17.1.0.324 Added for the queues of the exception events.

SQL Constraints

Primary Key Name Type Column Name (sort order)
PK_QueueNameLookup Clustered QueueId (Ascending)


Index Name Type Column Name (sort order)
IX_QueueName Non-clustered QueueName (Ascending)