Comments or questions about this documentation? Contact us for support!
In the Column List:
Introduced: 8.5.004. Supported in Genesys Cloud deployments only.
Modified: 8.5.010 (in Microsoft SQL Server, data type for SERVICE_NAME and SERVICE_RESPONSE_DESC modified in single- and multi-language databases)
In partitioned databases, this table is not partitioned.
This dimension table enables Session Detail Record (SDR) facts to be described based on the outcome of a custom service or an HTTP REST request, if one has been requested for the call.
Column | Data Type | P | M | F | DV |
---|---|---|---|---|---|
ID | Oracle: NUMBER(10) MSSQL: int PostgreSQL: integer |
X | X | ||
SERVICE_NAME | Oracle: VARCHAR2(255 CHAR) MSSQL: nvarchar(255) PostgreSQL: varchar(255) |
X | NO_VALUE | ||
SERVICE_RESPONSE_CODE | Oracle: NUMBER(10) MSSQL: int PostgreSQL: integer |
X | -1 | ||
SERVICE_RESPONSE_DESC | Oracle: VARCHAR2(512 CHAR) MSSQL: nvarchar(512) PostgreSQL: varchar(512) |
X | NO_VALUE | ||
CREATE_AUDIT_KEY | Oracle: NUMBER(19) MSSQL: numeric(19) PostgreSQL: numeric(19) |
X | X |
Modified: 8.5.010 (in Microsoft SQL Server, data type modified in single- and multi-language databases)
The name of the custom service.
The service-specific code as returned from the custom service.
Modified: 8.5.010 (in Microsoft SQL Server, data type modified in single- and multi-language databases)
The service-specific description as returned from the custom service.
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.
CODE | U | C | Description |
---|---|---|---|
I_SDR_EXT_SERVICE_OUTCOME | X | Ensures that the combinations of values that are stored in the dimension table are unique. |
Field | Sort | Comment |
---|---|---|
SERVICE_NAME | Ascending | |
SERVICE_RESPONSE_CODE | Ascending | |
SERVICE_RESPONSE_DESC | 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_EXT_SERVICE_OUTCOME | CREATE_AUDIT_KEY | CTL_AUDIT_LOG | AUDIT_KEY |