Comments or questions about this documentation? Contact us for support!
In the Column List:
Introduced: 8.5.001. Supported in Genesys Cloud deployments only.
Modified: 8.5.010.16 (UPDATE_AUDIT_KEY added)
In partitioned databases, this table is partitioned.
This fact table contains a record of the milestones that the user encountered while the call was being processed by the Application. A new row is added for each milestone.
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 | ||
START_DATE_TIME_KEY | Oracle: NUMBER(10) MSSQL: int PostgreSQL: integer |
X | X | X | |
SEQUENCE_ID | Oracle: NUMBER(10) MSSQL: int PostgreSQL: integer |
X | X | ||
START_TS_MS | Oracle: NUMBER(19) MSSQL: numeric(19) PostgreSQL: numeric(19) |
X | |||
SDR_MILESTONE_KEY | Oracle: NUMBER(10) MSSQL: int PostgreSQL: integer |
X | X | -2 | |
UPDATE_AUDIT_KEY | Oracle: NUMBER(19) MSSQL: numeric(19) PostgreSQL: numeric(19) |
X |
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.
The ID as assigned to the session by Orchestration Server. In combination with SEQUENCE_ID, the SESSION_ID forms a value of the composite primary key for this table. You can use the SESSION_ID to link the SDR_USER_MILESTONE_FACT record with an SDR_SESSION_FACT.
Identifies the start of a 15-minute interval in which the milestone was reached. 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.
The unique identifier of the milestone within the SDR. In combination with SESSION_ID, the SEQUENCE_ID forms a value of the composite primary key for this table.
The UTC-equivalent value, in milliseconds, of the date and time at which the milestone was reached.
The surrogate key that is used to join the SDR_MILESTONE dimension to the fact tables.
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.
CODE | U | C | Description |
---|---|---|---|
I_SDR_USER_MILESTONE_FACT_SDT | Improves access time, based on the Start Date Time key. |
Field | Sort | Comment |
---|---|---|
START_DATE_TIME_KEY | Ascending |
No subject area information available.
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_USER_MILESTONE_FACT | CREATE_AUDIT_KEY | CTL_AUDIT_LOG | AUDIT_KEY |
SDR_USER_MILESTONE_FACT | SDR_MILESTONE_KEY | SDR_MILESTONE | ID |
SDR_USER_MILESTONE_FACT | START_DATE_TIME_KEY | DATE_TIME | DATE_TIME_KEY |
SDR_USER_MILESTONE_FACT | UPDATE_AUDIT_KEY | CTL_AUDIT_LOG | AUDIT_KEY |