Interaction Participants View
This view returns participant information for the participants involved in a segment for an interaction. For a simple two party interaction segment, there will be two records in this view.
Column | Data Type (Size) | Is Nullable | Contains PII | Description | Last Change Version | Last Change Reason |
---|---|---|---|---|---|---|
IntxID | char (22) | False | No | A Globally Unique Identifier(GUID) to uniquely identify an interaction segment. Refer to the IntxId column of the IntxSegment table. An interaction will have multiple segments. |
17.4.0.0 | Added for data extraction from Intx_Participant table. |
Intx_Part_ID | char (22) | False | No | A Globally Unique Identifier(GUID) to uniquely identify a participant in a segment for an interaction. |
17.4.0.0 | Added for data extraction from Intx_Participant table. |
IndivID | char (22) | False | Yes | The individual ID of an individual (contact) that is a participant on an interaction. Refer to the IndivID column of the Individual table. If there is no record in the Individual table for a participant, the Unknown Individual identifier 0000000000000000000002 will be stored here. The System Individual identifier is 0000000000000000000001 |
17.4.0.0 | Added for data extraction from Intx_Participant table. |
Role | tinyint (1) | False | No | This column represents the role of the participant in an interaction scenario. The role can be one of the following types { Unknown - 0, Initiator - 1, Respondent - 2, Participant(for Conferences) - 3.} |
17.4.0.0 | Added for data extraction from Intx_Participant table. |
HowEnded | tinyint (1) | True | No |
This column stores a value indicating how an interaction segment for a participant ended. A segment for a participant can end with the following How Ended codes:
|
17.4.0.0 | Added for data extraction from Intx_Participant table. |
WrapUpCode | nvarchar (50) | True | Depends on customer usage | This column represents the wrap up code entered by a participant for an interaction segment. |
17.4.0.0 | Added for data extraction from Intx_Participant table. |
CallIDKey | char (18) | False | No | This column represents the InteractionId key or CallId key set on a participant for an interaction segment. Participants belonging to the same interaction segment will have the same value for this column. |
17.4.0.0 | Added for data extraction from Intx_Participant table. |
Recorded | tinyint (1) | False | No | Stores a value indicating whether or not a segment was recorded for a participant. This column is 1 if the participant leg of the interaction was recorded. |
17.4.0.0 | Added for data extraction from Intx_Participant table. |
ConnValue | nvarchar (255) | True | Yes | This column stores the connection value for a participant in an interaction segment. This value comes from the IndivConnection table for the matching participant IndivID. |
17.4.0.0 | Added for data extraction from Intx_Participant table. |
DisplayName | nvarchar (128) | True | Yes | This column stores the display name of a participant. This value comes from the Reverse White Pages lookup. |
17.4.0.0 | Added for data extraction from Intx_Participant table. |
StationName | nvarchar (50) | True | Depends on customer usage | This column stores the station name of a participant in an interaction segment. This value comes from Reverse White Pages lookup. |
17.4.0.0 | Added for data extraction from Intx_Participant table. |
Version | int (4) | False | No | Stores the version of a segment participant record. The version field is used to track changes to the record. This is typically used for migration purposes. |
17.4.0.0 | Added for data extraction from Intx_Participant table. |
StartDateTime | datetime2 (7) | False | No | This column stores the start date time-stamp of the segment participant record. |
17.4.0.0 | Added for data extraction from Intx_Participant table. |
Duration | int (4) | True | No | This column stores a value (in seconds) that indicates how long this participant was a participant in an interaction segment. Each participant in a segment can have different durations. For example, in a conference segment, the participants can enter and leave the conference at different times. Therefore, the participant records for the conference segment will have different durations. |
17.4.0.0 | Added for data extraction from Intx_Participant table. |
IntxPartDateOffset | int (4) | True | No | This column stores the IC Server date offset from GMT in seconds for Intx_Participant table records. |
17.4.0.0 | Added for data extraction from Intx_Participant table. |
RecordingStartOffset | int (4) | True | No | This is not used. |
17.4.0.0 | Added for data extraction from Intx_Participant table. |
RecordingStopOffset | int (4) | True | No | This is not used. |
17.4.0.0 | Added for data extraction from Intx_Participant table. |
SecLevelRequested | tinyint (1) | True | No | This column stores the requested security level for a segment. This is a specialized feature in Interaction Center. |
17.4.0.0 | Added for data extraction from Intx_Participant table. |
SecLevelViolationError | nvarchar (128) | True | No | This column stores any security level violation error for an interaction segment. |
17.4.0.0 | Added for data extraction from Intx_Participant table. |
WrapupSegmentID | smallint (2) | True | No | This column stores the wrapup segment identifier for an interaction segment. |
17.4.0.0 | Added for data extraction from Intx_Participant table. |
EnumUpdateFlag | tinyint (1) | False | No | This column stores a value indicating whether or not the HowEnded column value was updated due to enumerated value changes. The enumerated values for the HowEnded column were not consistent between 3.0 and 4.0 versions. To correct the enumerated values in 4.0, any data records inserted prior to and including 3.0 SU3 need to have the value for HowEnded modified. To accomplish this, a database script was run. The impacted records will have this column value set to 1. |
17.4.0.0 | Added for data extraction from Intx_Participant table. |
SiteId | smallint (2) | True | No | This column stores the site identifier for an interaction segment. This is a way to differentiate between interaction segments that existed on different sites. |
17.4.0.0 | Added for data extraction from Intx_Participant table. |