IR Custom Attribute View
The IR_CustomAttribute view contains values for interaction attributes captured on recordings.
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. |
Column | Data Type (Size) | Is Nullable | Contains PII | Description | Last Change Version | Last Change Reason |
---|---|---|---|---|---|---|
RECORDINGID | raw (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 | number (22) | 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 | nvarchar2 (510) | False | Depends on customer usage | Value of the attribute. |
17.4.0.0 | Added for data extraction from IR_CustomAttribute table. |
VERSION | number (22) | False | No | Version of the database row. |
17.4.0.0 | Added for data extraction from IR_CustomAttribute table. |
RECORDINGDATE | timestamp | False | No | Time the recording was made. |
17.4.0.0 | Added for data extraction from IR_CustomAttribute table. |