This page was last edited on October 2, 2020, at 12:23.
Comments or questions about this documentation? Contact us for support!
In the Column List:
(Modified comment string GIMTranscludeForCloud with PDMPageQuery) |
(Modified comment string __NOINDEX__ Category:V:PSAAS:Public with Category:V:PSAAS:Public) |
||
(2 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
= Table SDR_EXT_SERVICE_OUTCOME= | = Table SDR_EXT_SERVICE_OUTCOME= | ||
− | {{ | + | {{GIMTranscludeForCloud}} |
[[Category:V:PSAAS:Public]] | [[Category:V:PSAAS:Public]] |
Introduced: 8.5.004. Supported in Genesys Engage 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 | int | X | X | ||
SERVICE_NAME | nvarchar(255) | X | NO_VALUE | ||
SERVICE_RESPONSE_CODE | int | X | -1 | ||
SERVICE_RESPONSE_DESC | nvarchar(512) | X | NO_VALUE | ||
CREATE_AUDIT_KEY | 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.