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.
Line 1: | Line 1: | ||
= Table SDR_SESSION_FACT= | = Table SDR_SESSION_FACT= | ||
+ | |||
+ | {{Editgrn_open}}There should be many more PDMRef entries?{{Editgrn_close}} | ||
<onlyinclude> | <onlyinclude> | ||
Line 5: | Line 7: | ||
|tableName = SDR_SESSION_FACT | |tableName = SDR_SESSION_FACT | ||
|shortDesc = Represents caller activity in an SDR application. | |shortDesc = Represents caller activity in an SDR application. | ||
− | |tableDesc = {{Editgrn_open}}Tanya, this page has been updated per Mykola's index-fixing XML dated 6/9. Known differences from previous version: Foreign key settings for some columns and {{PDMRef}} entries.{{Editgrn_close}} | + | |tableDesc = {{Editgrn_open}}Tanya, you did a first pass at populating this page, which has since been updated per Mykola's index-fixing XML dated 6/9. Known differences from previous version: Foreign key settings for some columns and {{PDMRef}} entries.{{Editgrn_close}} |
This table describes caller activity within an SDR session. | This table describes caller activity within an SDR session. | ||
|subjectAreas = PLACEHOLDER | |subjectAreas = PLACEHOLDER | ||
− | |introduced = {{Editgrn_open}}8.5. | + | |introduced = 8.5.001 |
− | + | |modified = {{Editgrn_open}}8.5.006 (SDR_SURVEY_* columns added){{Editgrn_close}} | |
+ | {{Editgrn_open}}Tanya, we can exclude these columns from initial publication by manually deleting them from the 8.5PDMSource version, and manually clearing this entry in 8.5PDMSource as well.{{Editgrn_close}} | ||
|discontinued = | |discontinued = | ||
|group = SDR | |group = SDR | ||
Line 24: | Line 27: | ||
|foreignKey = yes | |foreignKey = yes | ||
|default = | |default = | ||
− | |colDesc = 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 | + | |colDesc = 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. |
|introduced = | |introduced = | ||
|modified = | |modified = | ||
Line 39: | Line 42: | ||
|foreignKey = | |foreignKey = | ||
|default = | |default = | ||
− | |colDesc = | + | |colDesc = The session ID as assigned {{Editgrn_open}}(to the call?){{Editgrn_close}} by Orchestration Server. |
|introduced = | |introduced = | ||
|modified = | |modified = | ||
Line 54: | Line 57: | ||
|foreignKey = yes | |foreignKey = yes | ||
|default = | |default = | ||
− | |colDesc = The unique identifier of the interaction, as assigned by SIP Server. | + | |colDesc = The unique identifier of the interaction, as assigned by SIP Server. {{Editgrn_open}}Tanya, is this correct? Note that Mykola identified this as a foreign key reference to the INTERACTION_FACT table, and just because the SCXML application might attach an "InteractionID" doesn't necessarily mean that's what this field in the GIM db is. How else would SDRs tie to the rest of GIM call reporting? Or maybe they don't.{{Editgrn_close}} |
|introduced = | |introduced = | ||
|modified = | |modified = | ||
Line 69: | Line 72: | ||
|foreignKey = | |foreignKey = | ||
|default = NO_VALUE | |default = NO_VALUE | ||
− | |colDesc = The connection ID of the call. | + | |colDesc = The connection ID of the call. {{Editgrn_open}}As assigned by SIP Server?{{Editgrn_close}} |
|introduced = | |introduced = | ||
|modified = | |modified = | ||
Line 99: | Line 102: | ||
|foreignKey = | |foreignKey = | ||
|default = 0 | |default = 0 | ||
− | |colDesc = | + | |colDesc = The duration, in miliseconds, of the Assisted Service phase. |
|introduced = | |introduced = | ||
|modified = | |modified = | ||
Line 114: | Line 117: | ||
|foreignKey = | |foreignKey = | ||
|default = 0 | |default = 0 | ||
− | |colDesc = | + | |colDesc = The duration, in miliseconds, of the Self-Service phase. |
|introduced = | |introduced = | ||
|modified = | |modified = | ||
Line 129: | Line 132: | ||
|foreignKey = | |foreignKey = | ||
|default = | |default = | ||
− | |colDesc = The timestamp (in what format?), with millisecond precision, of the date and time at which the call or the application started. | + | |colDesc = The timestamp {{Editgrn_open}}(in what format?){{Editgrn_close}}, with millisecond precision, of the date and time at which the call or the application started. |
|introduced = | |introduced = | ||
|modified = | |modified = | ||
Line 144: | Line 147: | ||
|foreignKey = | |foreignKey = | ||
|default = | |default = | ||
− | |colDesc = The timestamp (in what format?), with millisecond precision, of the date and time at which the call or the application completed. | + | |colDesc = The timestamp {{Editgrn_open}}(in what format?){{Editgrn_close}}, with millisecond precision, of the date and time at which the call or the application completed. |
|introduced = | |introduced = | ||
|modified = | |modified = | ||
Line 155: | Line 158: | ||
|dataType_MSSQL = int | |dataType_MSSQL = int | ||
|dataType_Postgre = integer | |dataType_Postgre = integer | ||
− | |primaryKey = | + | |primaryKey = |
|mandatory = yes | |mandatory = yes | ||
|foreignKey = yes | |foreignKey = yes | ||
Line 189: | Line 192: | ||
|foreignKey = | |foreignKey = | ||
|default = 0 | |default = 0 | ||
− | |colDesc = The number of user input blocks the caller encountered (during the call? session?). | + | |colDesc = The number of user input blocks the caller encountered {{Editgrn_open}}(during the call? session?){{Editgrn_close}}. |
|introduced = | |introduced = | ||
|modified = | |modified = | ||
Line 204: | Line 207: | ||
|foreignKey = | |foreignKey = | ||
|default = 0 | |default = 0 | ||
− | |colDesc = The number of menu blocks the caller encountered (during the call? session?). | + | |colDesc = The number of menu blocks the caller encountered {{Editgrn_open}}(during the call? session?){{Editgrn_close}}. |
|introduced = | |introduced = | ||
|modified = | |modified = | ||
Line 247: | Line 250: | ||
|primaryKey = | |primaryKey = | ||
|mandatory = yes | |mandatory = yes | ||
− | |foreignKey = | + | |foreignKey = yes |
|default = | |default = | ||
|colDesc = The key that is used to join the SDR_EXIT_POINT dimension to the fact tables. | |colDesc = The key that is used to join the SDR_EXIT_POINT dimension to the fact tables. | ||
Line 337: | Line 340: | ||
|primaryKey = | |primaryKey = | ||
|mandatory = yes | |mandatory = yes | ||
− | |foreignKey = | + | |foreignKey = yes |
|default = | |default = | ||
|colDesc = The key that is used to join the DEFLECTION milestone value in the SDR_MILESTONE dimension to the fact tables. | |colDesc = The key that is used to join the DEFLECTION milestone value in the SDR_MILESTONE dimension to the fact tables. | ||
Line 352: | Line 355: | ||
|primaryKey = | |primaryKey = | ||
|mandatory = yes | |mandatory = yes | ||
− | |foreignKey = | + | |foreignKey = yes |
|default = | |default = | ||
|colDesc = The key that is used to join the FINAL milestone value in the SDR_MILESTONE dimension to the fact tables. | |colDesc = The key that is used to join the FINAL milestone value in the SDR_MILESTONE dimension to the fact tables. | ||
Line 367: | Line 370: | ||
|primaryKey = | |primaryKey = | ||
|mandatory = | |mandatory = | ||
− | |foreignKey = | + | |foreignKey = yes |
|default = | |default = | ||
|colDesc = The key that is used to join the SELF_HELPED milestone value in the SDR_MILESTONE dimension to the fact tables. | |colDesc = The key that is used to join the SELF_HELPED milestone value in the SDR_MILESTONE dimension to the fact tables. | ||
Line 382: | Line 385: | ||
|primaryKey = | |primaryKey = | ||
|mandatory = yes | |mandatory = yes | ||
− | |foreignKey = | + | |foreignKey = yes |
|default = | |default = | ||
|colDesc = The key that is used to join the DEFLECTION_MESSAGE value in the SDR_MESSAGE dimension to the fact tables. | |colDesc = The key that is used to join the DEFLECTION_MESSAGE value in the SDR_MESSAGE dimension to the fact tables. | ||
Line 397: | Line 400: | ||
|primaryKey = | |primaryKey = | ||
|mandatory = yes | |mandatory = yes | ||
− | |foreignKey = | + | |foreignKey = yes |
|default = | |default = | ||
|colDesc = The key that is used to join the SDR_CALL_DISPOSITION dimension to the fact tables. | |colDesc = The key that is used to join the SDR_CALL_DISPOSITION dimension to the fact tables. | ||
Line 412: | Line 415: | ||
|primaryKey = | |primaryKey = | ||
|mandatory = yes | |mandatory = yes | ||
− | |foreignKey = | + | |foreignKey = yes |
|default = | |default = | ||
|colDesc = The key that is used to join the SDR_CALL_TYPE dimension to the fact tables. | |colDesc = The key that is used to join the SDR_CALL_TYPE dimension to the fact tables. | ||
Line 427: | Line 430: | ||
|primaryKey = | |primaryKey = | ||
|mandatory = yes | |mandatory = yes | ||
− | |foreignKey = | + | |foreignKey = yes |
|default = -2 | |default = -2 | ||
− | |colDesc = | + | |colDesc = The key that is used to join the SDR_SURVEY_SCORES dimension to the fact tables. |
− | |introduced = | + | |introduced = {{Editgrn_open}}8.5.006{{Editgrn_close}} |
− | |modified = | + | |modified = {{Editgrn_open}}Watch the default values. Presumably, when the feature is rolled out, they will be cleared.{{Editgrn_close}} |
|discontinued = | |discontinued = | ||
}} | }} | ||
Line 442: | Line 445: | ||
|primaryKey = | |primaryKey = | ||
|mandatory = yes | |mandatory = yes | ||
− | |foreignKey = | + | |foreignKey = yes |
|default = -2 | |default = -2 | ||
|colDesc = | |colDesc = | ||
Line 457: | Line 460: | ||
|primaryKey = | |primaryKey = | ||
|mandatory = yes | |mandatory = yes | ||
− | |foreignKey = | + | |foreignKey = yes |
|default = -2 | |default = -2 | ||
|colDesc = | |colDesc = | ||
Line 472: | Line 475: | ||
|primaryKey = | |primaryKey = | ||
|mandatory = yes | |mandatory = yes | ||
− | |foreignKey = | + | |foreignKey = yes |
|default = -2 | |default = -2 | ||
|colDesc = | |colDesc = | ||
Line 487: | Line 490: | ||
|primaryKey = | |primaryKey = | ||
|mandatory = yes | |mandatory = yes | ||
− | |foreignKey = | + | |foreignKey = yes |
|default = -2 | |default = -2 | ||
|colDesc = | |colDesc = | ||
Line 502: | Line 505: | ||
|primaryKey = | |primaryKey = | ||
|mandatory = yes | |mandatory = yes | ||
− | |foreignKey = | + | |foreignKey = yes |
|default = -2 | |default = -2 | ||
|colDesc = | |colDesc = |
Revision as of 16:10, June 28, 2016
Table SDR_SESSION_FACT
There should be many more PDMRef entries?
Description
Tanya, you did a first pass at populating this page, which has since been updated per Mykola's index-fixing XML dated 6/9. Known differences from previous version: Foreign key settings for some columns and {{PDMRef}} entries. This table describes caller activity within an SDR session.
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
Column | Data Type | P | M | F | DV |
---|---|---|---|---|---|
CREATE_AUDIT_KEY | Oracle: NUMBER(19) MSSQL: numeric(19) PostgreSQL: numeric(19) |
X | X | ||
SESSION_ID | Oracle: VARCHAR2(50 CHAR) MSSQL: varchar(50) PostgreSQL: varchar(50) |
X | X | ||
INTERACTION_ID | Oracle: VARCHAR2(50 CHAR) MSSQL: varchar(50) PostgreSQL: varchar(50) |
X | X | ||
CONNECTION_ID | Oracle: VARCHAR2(255 CHAR) MSSQL: varchar(255) PostgreSQL: varchar(255) |
X | NO_VALUE | ||
ANI | Oracle: VARCHAR2(50 CHAR) MSSQL: varchar(50)/nvarchar(50) PostgreSQL: varchar(50) |
X | NO_VALUE | ||
AS_DURATION_MS | Oracle: NUMBER(19) MSSQL: numeric(19) PostgreSQL: numeric(19) |
X | 0 | ||
SS_DURATION_MS | Oracle: NUMBER(19) MSSQL: numeric(19) PostgreSQL: numeric(19) |
X | 0 | ||
START_TS_MS | Oracle: NUMBER(19) MSSQL: numeric(19) PostgreSQL: numeric(19) |
X | |||
END_TS_MS | Oracle: NUMBER(19) MSSQL: numeric(19) PostgreSQL: numeric(19) |
X | |||
START_DATE_TIME_KEY | Oracle: NUMBER(10) MSSQL: int PostgreSQL: integer |
X | X | X | |
END_DATE_TIME_KEY | Oracle: NUMBER(10) MSSQL: int PostgreSQL: integer |
X | X | ||
INPUT_COUNT | Oracle: NUMBER(10) MSSQL: int PostgreSQL: integer |
X | 0 | ||
MENU_COUNT | Oracle: NUMBER(10) MSSQL: int PostgreSQL: integer |
X | 0 | ||
DTMF_PATH | Oracle: VARCHAR2(255 CHAR) MSSQL: varchar(255) PostgreSQL: varchar(255) |
X | NO_VALUE | ||
SDR_ENTRY_POINT_KEY | Oracle: NUMBER(10) MSSQL: int PostgreSQL: integer |
X | X | -2 | |
SDR_EXIT_POINT_KEY | Oracle: NUMBER(10) MSSQL: int PostgreSQL: integer |
X | X | -2 | |
SDR_APPLICATION_KEY | Oracle: NUMBER(10) MSSQL: int PostgreSQL: integer |
X | X | -2 | |
SDR_GEO_LOCATION_KEY | Oracle: NUMBER(10) MSSQL: int PostgreSQL: integer |
X | X | -2 | |
SDR_LANGUAGE_KEY | Oracle: NUMBER(10) MSSQL: int PostgreSQL: integer |
X | X | -2 | |
STRIKEOUT_SDR_MILESTONE_KEY | Oracle: NUMBER(10) MSSQL: int PostgreSQL: integer |
X | X | -2 | |
BAILOUT_SDR_MILESTONE_KEY | Oracle: NUMBER(10) MSSQL: int PostgreSQL: integer |
X | X | -2 | |
DEFLECTION_SDR_MILESTONE_KEY | Oracle: NUMBER(10) MSSQL: int PostgreSQL: integer |
X | X | -2 | |
FINAL_SDR_MILESTONE_KEY | Oracle: NUMBER(10) MSSQL: int PostgreSQL: integer |
X | X | -2 | |
SELF_HELPED_SDR_MILESTONE_KEY | Oracle: NUMBER(10) MSSQL: int PostgreSQL: integer |
X | X | -2 | |
DEFLECTION_SDR_MESSAGE_KEY | Oracle: NUMBER(10) MSSQL: int PostgreSQL: integer |
X | X | -2 | |
SDR_CALL_DISPOSITION_KEY | Oracle: NUMBER(10) MSSQL: int PostgreSQL: integer |
X | X | -2 | |
SDR_CALL_TYPE_KEY | Oracle: NUMBER(10) MSSQL: int PostgreSQL: integer |
X | X | -2 | |
SDR_SURVEY_SCORES_KEY | Oracle: NUMBER(10) MSSQL: int PostgreSQL: integer |
X | X | -2 | |
SDR_SURVEY_I1_KEY | Oracle: NUMBER(10) MSSQL: int PostgreSQL: integer |
X | X | -2 | |
SDR_SURVEY_I2_KEY | Oracle: NUMBER(10) MSSQL: int PostgreSQL: integer |
X | X | -2 | |
SDR_SURVEY_S1_KEY | Oracle: NUMBER(10) MSSQL: int PostgreSQL: integer |
X | X | -2 | |
SDR_SURVEY_S2_KEY | Oracle: NUMBER(10) MSSQL: int PostgreSQL: integer |
X | X | -2 | |
SDR_SURVEY_QUESTIONS_I1_KEY | Oracle: NUMBER(10) MSSQL: int PostgreSQL: integer |
X | X | -2 | |
SDR_SURVEY_QUESTIONS_I2_KEY | Oracle: NUMBER(10) MSSQL: int PostgreSQL: integer |
X | X | -2 | |
SDR_SURVEY_QUESTIONS_S1_KEY | Oracle: NUMBER(10) MSSQL: int PostgreSQL: integer |
X | X | -2 | |
SDR_SURVEY_QUESTIONS_S2_KEY | Oracle: NUMBER(10) MSSQL: int PostgreSQL: integer |
X | X | -2 | |
SDR_SURVEY_STATUS_KEY | Oracle: NUMBER(10) MSSQL: int PostgreSQL: integer |
X | X | -2 | |
UPDATE_AUDIT_KEY | Oracle: NUMBER(19) MSSQL: numeric(19) PostgreSQL: numeric(19) |
X |
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.
SESSION_ID
The ID as assigned to the session by Orchestration Server. You can use the SESSION_ID to link other SDR_*_FACT records with the SDR_SESSION_FACT.
INTERACTION_ID
The unique identifier of the interaction, as assigned by SIP Server. Use this field to join SDR_SESSION_FACT with a corresponding interaction record in the INTERACTION_FACT table, by using the following condition:
SDR_SESSION_FACT.INTERACTION_ID = INTERACTION_FACT.MEDIA_SERVER_IXN_GUID
CONNECTION_ID
The connection ID of the call, as assigned by SIP Server.
ANI
The phone number of the caller.
AS_DURATION_MS
The duration, in milliseconds, of the Assisted Service phase.
SS_DURATION_MS
The duration, in milliseconds, of the Self-Service phase.
START_TS_MS
The UTC-equivalent value, in milliseconds, of the date and time at which the call or the application started.
END_TS_MS
The UTC-equivalent value, in milliseconds, of the date and time at which the call or the application completed.
START_DATE_TIME_KEY
Identifies the start of a 15-minute interval in which the call began. Use this value as a key to join the fact tables to any configured DATE_TIME dimension, in order to group the facts that are related to the same interval and/or convert the START_TS timestamp to an appropriate time zone.
END_DATE_TIME_KEY
Identifies the start of a 15-minute interval in which the call ended. Use this value as a key to join the fact tables to any configured DATE_TIME dimension, in order to group the facts that are related to the same interval and/or convert the START_TS timestamp to an appropriate time zone.
INPUT_COUNT
The number of user input blocks the caller encountered during the session.
MENU_COUNT
The number of menu blocks the caller encountered during the session.
DTMF_PATH
The sequence of DTMF keys that the caller pressed when going through the application's menu.
SDR_ENTRY_POINT_KEY
The key that is used to join the SDR_ENTRY_POINT dimension to the fact tables.
SDR_EXIT_POINT_KEY
The key that is used to join the SDR_EXIT_POINT dimension to the fact tables.
SDR_APPLICATION_KEY
The key that is used to join the SDR_APPLICATION dimension to the fact tables.
SDR_GEO_LOCATION_KEY
The key that is used to join the SDR_GEO_LOCATION dimension to the fact tables.
SDR_LANGUAGE_KEY
The key that is used to join the SDR_LANGUAGE dimension to the fact tables.
STRIKEOUT_SDR_MILESTONE_KEY
The key that is used to join the STRIKEOUT milestone value in the SDR_MILESTONE dimension to the fact tables.
BAILOUT_SDR_MILESTONE_KEY
The key that is used to join the BAILOUT milestone value in the SDR_MILESTONE dimension to the fact tables.
DEFLECTION_SDR_MILESTONE_KEY
The key that is used to join the DEFLECTION milestone value in the SDR_MILESTONE dimension to the fact tables.
FINAL_SDR_MILESTONE_KEY
The key that is used to join the FINAL milestone value in the SDR_MILESTONE dimension to the fact tables.
SELF_HELPED_SDR_MILESTONE_KEY
The key that is used to join the SELF_HELPED milestone value in the SDR_MILESTONE dimension to the fact tables.
DEFLECTION_SDR_MESSAGE_KEY
The key that is used to join the DEFLECTION_MESSAGE value in the SDR_MESSAGE dimension to the fact tables.
SDR_CALL_DISPOSITION_KEY
The key that is used to join the SDR_CALL_DISPOSITION dimension to the fact tables.
SDR_CALL_TYPE_KEY
The key that is used to join the SDR_CALL_TYPE dimension to the fact tables.
SDR_SURVEY_SCORES_KEY
Introduced: Release 8.5.005
The key that is used to join the SDR_SURVEY_SCORES dimension to the fact tables.
SDR_SURVEY_I1_KEY
Introduced: Release 8.5.005
The key that is used to join the SDR_SURVEY_I1 dimension to the fact tables.
SDR_SURVEY_I2_KEY
Introduced: Release 8.5.005
The key that is used to join the SDR_SURVEY_I2 dimension to the fact tables.
SDR_SURVEY_S1_KEY
Introduced: Release 8.5.005
The key that is used to join the SDR_SURVEY_S1 dimension to the fact tables.
SDR_SURVEY_S2_KEY
Introduced: Release 8.5.005
The key that is used to join the SDR_SURVEY_S2 dimension to the fact tables.
SDR_SURVEY_QUESTIONS_I1_KEY
Introduced: Release 8.5.007
The key that is used to join the SDR_SURVEY_QUESTIONS_I1 dimension to the fact tables.
SDR_SURVEY_QUESTIONS_I2_KEY
Introduced: Release 8.5.007
The key that is used to join the SDR_SURVEY_QUESTIONS_I2 dimension to the fact tables.
SDR_SURVEY_QUESTIONS_S1_KEY
Introduced: Release 8.5.007
The key that is used to join the SDR_SURVEY_QUESTIONS_S1 dimension to the fact tables.
SDR_SURVEY_QUESTIONS_S2_KEY
Introduced: Release 8.5.007
The key that is used to join the SDR_SURVEY_QUESTIONS_S2 dimension to the fact tables.
SDR_SURVEY_STATUS_KEY
Introduced: Release 8.5.005
The key that is used to join the SDR_SURVEY_STATUS dimension to the fact tables.
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_SESSION_FACT_SDT | Improves access time, based on the Start Date Time key. |
Index I_SDR_SESSION_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_SESSION_FACT | BAILOUT_SDR_MILESTONE_KEY | SDR_MILESTONE | ID |
SDR_SESSION_FACT | CREATE_AUDIT_KEY | CTL_AUDIT_LOG | AUDIT_KEY |
SDR_SESSION_FACT | DEFLECTION_SDR_MESSAGE_KEY | SDR_MESSAGE | ID |
SDR_SESSION_FACT | DEFLECTION_SDR_MILESTONE_KEY | SDR_MILESTONE | ID |
SDR_SESSION_FACT | END_DATE_TIME_KEY | DATE_TIME | DATE_TIME_KEY |
SDR_SESSION_FACT | FINAL_SDR_MILESTONE_KEY | SDR_MILESTONE | ID |
SDR_SESSION_FACT | INTERACTION_ID | INTERACTION_FACT | INTERACTION_ID |
SDR_SESSION_FACT | SDR_APPLICATION_KEY | SDR_APPLICATION | ID |
SDR_SESSION_FACT | SDR_CALL_DISPOSITION_KEY | SDR_CALL_DISPOSITION | ID |
SDR_SESSION_FACT | SDR_CALL_TYPE_KEY | SDR_CALL_TYPE | ID |
SDR_SESSION_FACT | SDR_ENTRY_POINT_KEY | SDR_ENTRY_POINT | ID |
SDR_SESSION_FACT | SDR_EXIT_POINT_KEY | SDR_EXIT_POINT | ID |
SDR_SESSION_FACT | SDR_GEO_LOCATION_KEY | SDR_GEO_LOCATION | ID |
SDR_SESSION_FACT | SDR_LANGUAGE_KEY | SDR_LANGUAGE | ID |
SDR_SESSION_FACT | SDR_SURVEY_I1_KEY | SDR_SURVEY_I1 | ID |
SDR_SESSION_FACT | SDR_SURVEY_I2_KEY | SDR_SURVEY_I2 | ID |
SDR_SESSION_FACT | SDR_SURVEY_QUESTIONS_I1_KEY | SDR_SURVEY_QUESTIONS_I1 | ID |
SDR_SESSION_FACT | SDR_SURVEY_QUESTIONS_I2_KEY | SDR_SURVEY_QUESTIONS_I2 | ID |
SDR_SESSION_FACT | SDR_SURVEY_QUESTIONS_S1_KEY | SDR_SURVEY_QUESTIONS_S1 | ID |
SDR_SESSION_FACT | SDR_SURVEY_QUESTIONS_S2_KEY | SDR_SURVEY_QUESTIONS_S2 | ID |
SDR_SESSION_FACT | SDR_SURVEY_S1_KEY | SDR_SURVEY_S1 | ID |
SDR_SESSION_FACT | SDR_SURVEY_S2_KEY | SDR_SURVEY_S2 | ID |
SDR_SESSION_FACT | SDR_SURVEY_SCORES_KEY | SDR_SURVEY_SCORES | ID |
SDR_SESSION_FACT | SDR_SURVEY_STATUS_KEY | SDR_SURVEY_STATUS | ID |
SDR_SESSION_FACT | SELF_HELPED_SDR_MILESTONE_KEY | SDR_MILESTONE | ID |
SDR_SESSION_FACT | START_DATE_TIME_KEY | DATE_TIME | DATE_TIME_KEY |
SDR_SESSION_FACT | STRIKEOUT_SDR_MILESTONE_KEY | SDR_MILESTONE | ID |
SDR_SESSION_FACT | UPDATE_AUDIT_KEY | CTL_AUDIT_LOG | AUDIT_KEY |