IR Custom Attribute View

IR_CustomAttribute_viw View

IR Custom Attribute View

The IR_CustomAttribute view contains values for interaction attributes captured on recordings.

  • Last Changed Version - 17.4.0.0
  • Last Changed Reason - Added for data extraction from IR_CustomAttribute table.

SQL Column Definitions

Column Data Type (Size) Is Nullable Contains PII Description Last Change Version Last Change Reason
RecordingId uniqueidentifier (16) False No

ID of the recording who's interaction had the value.

17.4.0.0 Added for data extraction from IR_CustomAttribute table.
CustomAttributeNameId int (4) False No

ID of the name of the custom attribute. Each name is stored uniquely in the IR_CustomAttributeName table.

17.4.0.0 Added for data extraction from IR_CustomAttribute table.
Value nvarchar (255) False Depends on customer usage

Value of the attribute.

17.4.0.0 Added for data extraction from IR_CustomAttribute table.
Version int (4) False No

Version of the database row.

17.4.0.0 Added for data extraction from IR_CustomAttribute table.
RecordingDate datetime2 (8) False No

Time the recording was made.

17.4.0.0 Added for data extraction from IR_CustomAttribute table.