This page was last edited on June 22, 2022, at 22:28.
Comments or questions about this documentation? Contact us for support!
In the Column List:
Introduced: 8.5.001. Supported in Genesys Engage cloud deployments only.
Modified: 8.5.010 (in Microsoft SQL Server, data type for the FINAL_DISPOSITION column modified in single-language databases and for the DISPOSITION_TYPE and DISPOSITION_CATEGORY columns in single- and multi-language databases); 8.5.007 (FINAL_DISPOSITION column added)
In partitioned databases, this table is not partitioned.
This dimension table enables Session Detail Record (SDR) facts to be described based on the disposition, which represents the status of the interaction at the time it exited the call flow. Each row describes one possible disposition, such as whether the interaction was routed to an agent or the caller hung up.
Column | Data Type | P | M | F | DV |
---|---|---|---|---|---|
ID | int | X | X | ||
CREATE_AUDIT_KEY | numeric(19) | X | X | ||
DISPOSITION_TYPE | nvarchar(255) | X | NO_VALUE | ||
DISPOSITION_CATEGORY | nvarchar(255) | X | NO_VALUE | ||
FINAL_DISPOSITION | nvarchar(50) | X | NO_VALUE |
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.
Modified: 8.5.010 (in Microsoft SQL Server, data type modified in single- and multi-language databases)
The disposition, or status, assigned to a call when the caller exited the call flow. Possible values are:
For more information about the disposition types and what they represent, see the Designer Summary Dashboard.
Modified: 8.5.010 (in Microsoft SQL Server, data type modified in single- and multi-language databases)
Custom disposition category that an application may specify, to help categorize user-specific outcomes of application. The values depend on the application. Below are examples of the values that an application might provide:
Introduced: Release 8.5.007
Modified: 8.5.010 (in Microsoft SQL Server, data type modified in single-language databases)
The disposition, or status, assigned to a call at the time it exited the call flow, such as whether it was routed to an agent, terminated due to it being a special day or outside of regular business hours, or the caller hung up. One of the following values:
CODE | U | C | Description |
---|---|---|---|
I_SDR_CALL_DISPOSITION | X | Ensures that the combinations of values that are stored in the dimension table are unique. |
Field | Sort | Comment |
---|---|---|
DISPOSITION_TYPE | Ascending | |
DISPOSITION_CATEGORY | Ascending | |
FINAL_DISPOSITION | Ascending |
No subject area information available.