Interaction Annotation View

IntxAnnotation_viw View

Interaction Annotation View

Any notes added on an interaction will be displayed in this view. Notes can be added to an interaction using Interaction Desktop.

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

SQL Column Definitions

Column Data Type (Size) Is Nullable Contains PII Description Last Change Version Last Change Reason
IntxAnnoID int (4) False No

An identifier to identify an IntxAnnotation record. Notes can be added to an interaction on a per-segment basis.

17.4.0.0 Added for data extraction from IntxAnnotation table.
IntxID char (22) False No

A Globally Unique Identifier(GUID) to uniquely identify an interaction segment. Refer to the IntxSegment table for matching segment records.

17.4.0.0 Added for data extraction from IntxAnnotation table.
IndivID char (22) False Yes

This column stores the IndivId for the individual who entered this note.

17.4.0.0 Added for data extraction from IntxAnnotation table.
IsPrivate tinyint (1) False No

This column stores a value indicating whether or not the note is private.

17.4.0.0 Added for data extraction from IntxAnnotation table.
Annotation nvarchar (3900) True Depends on customer usage

This column stores the actual annotation/notes added to an interaction.

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

Stores the version of the annotation. The version field is used to track changes to annotations.

17.4.0.0 Added for data extraction from IntxAnnotation table.
StartDateTime datetime2 (7) False No

This column stores the start date time-stamp of an interaction segment.

17.4.0.0 Added for data extraction from IntxAnnotation 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 IntxAnnotation table.