Revision as of 13:28, September 18, 2020 by WikiSysop (talk | contribs) (Text replacement - "Genesys Cloud" to "Genesys Engage Cloud")
Jump to: navigation, search

In the Column List:

  • P = Primary key
  • M = Mandatory field
  • F = Foreign key (where the term is used loosely to indicate a surrogate key reference to a field in another table, not a formal constraint)
  • DV = Default value
  • In the Data Type column, varchar/nvarchar means that the data type is varchar except in multi-language databases that use Unicode, in which case the data type is nvarchar. (The Info Mart database in Cloud deployments is not multi-language.) THIS BULLET DISPLAYS ONLY IN THE MSSQL AND CLOUD PDMs.

Table SDR_SURVEY_TRANSCRIPT_FACT

Description

Introduced: 8.5.005.20. Supported in certain Genesys Engage Cloud deployments only.
Modified: 8.5.010.16 (UPDATE_AUDIT_KEY added); 8.5.010 (in Microsoft SQL Server, data type for SESSION_ID modified in multi-language databases)

In partitioned databases, this table is partitioned.


This table captures transcriptions of voice messages left by survey respondents.

Tip
To assist you in preparing supplementary documentation, click the following link to download a comma-separated text file containing information such as the data types and descriptions for all columns in this table: Download a CSV file.

Hint: For easiest viewing, open the downloaded CSV file in Excel and adjust settings for column widths, text wrapping, and so on as desired. Depending on your browser and other system settings, you might need to save the file to your desktop first.

Column List

Legend

Column Data Type P M F DV
SESSION_ID Oracle: VARCHAR2(50 CHAR)
MSSQL: varchar(50)
PostgreSQL: varchar(50)
X X
START_DATE_TIME_KEY Oracle: NUMBER(10)
MSSQL: int
PostgreSQL: integer
X X X
TRANSCRIPTION_TS_MS Oracle: NUMBER(19)
MSSQL: numeric(19)
PostgreSQL: numeric(19)
X
TRANSCRIPTION Oracle: VARCHAR2(4000 CHAR)
MSSQL: varchar(4000)/nvarchar(4000)
PostgreSQL: varchar(4000)
CREATE_AUDIT_KEY Oracle: NUMBER(19)
MSSQL: numeric(19)
PostgreSQL: numeric(19)
X X
UPDATE_AUDIT_KEY Oracle: NUMBER(19)
MSSQL: numeric(19)
PostgreSQL: numeric(19)
X

SESSION_ID

Modified: 8.5.010 (in Microsoft SQL Server, data type modified in multi-language databases)
The ID as assigned to the session by Orchestration Server. You can use the SESSION_ID to link the SDR_SURVEY_TRANSCRIPT_FACT record with an SDR_SESSION_FACT.

START_DATE_TIME_KEY

Identifies the start of a 15-minute interval in which the fact began. Use this value as a key to join the fact tables to any configured DATE_TIME dimension.

TRANSCRIPTION_TS_MS

The time stamp when the transcription was produced.

TRANSCRIPTION

The transcription of a voice message left by a survey respondent.

CREATE_AUDIT_KEY

The surrogate key that is used to join to the CTL_AUDIT_LOG control table. The key specifies the lineage for data creation. This value can be useful for aggregation, enterprise application integration (EAI), and ETL tools--that is, applications that need to identify newly added data.

UPDATE_AUDIT_KEY

Introduced: Release 8.5.010.16
The surrogate key that is used to join to the CTL_AUDIT_LOG control table. The key specifies the lineage for data update. This value can be useful for aggregation, enterprise application integration (EAI), and ETL tools — that is, applications that need to identify recently modified data.

Index List

CODE U C Description
I_SDR_SRV_TRANSCRIPT_FACT_SDT Improves access time, based on the Start Date Time key.

Index I_SDR_SRV_TRANSCRIPT_FACT_SDT

Field Sort Comment
START_DATE_TIME_KEY Ascending

Subject Areas

No subject area information available.


References

The summary List of References will include the following entries for this table or view:


Child Table/View Child Table/View Column Parent Table/View Parent Table/View Column
SDR_SURVEY_TRANSCRIPT_FACT CREATE_AUDIT_KEY CTL_AUDIT_LOG AUDIT_KEY
SDR_SURVEY_TRANSCRIPT_FACT START_DATE_TIME_KEY DATE_TIME DATE_TIME_KEY
SDR_SURVEY_TRANSCRIPT_FACT UPDATE_AUDIT_KEY CTL_AUDIT_LOG AUDIT_KEY

 

Comments or questions about this documentation? Contact us for support!