This page was last edited on January 10, 2020, at 20:48.
Comments or questions about this documentation? Contact us for support!
In the Column List:
Introduced: 8.1.402. Supported for on-premises deployments starting with release 8.5.005.
Modified: 8.5.010 (in Microsoft SQL Server, data types for the following columns modified in multi-language databases: DIAL_DIALOG_RESULT, CALL_DIRECTION, FINAL_DIAL_RESULT, OFFER_TIMING)
In partitioned databases, this table is not partitioned.
This dimension table allows callback facts to be described based on attributes of the final callback attempt.
Column | Data Type | P | M | F | DV |
---|---|---|---|---|---|
ID | int | X | X | ||
CREATE_AUDIT_KEY | numeric(19) | X | X | ||
DIAL_DIALOG_RESULT | varchar(170)/nvarchar(170) | X | UNKNOWN | ||
CALL_DIRECTION | varchar(170)/nvarchar(170) | X | UNKNOWN | ||
FINAL_DIAL_RESULT | varchar(170)/nvarchar(170) | X | UNKNOWN | ||
OFFER_TIMING | varchar(170)/nvarchar(170) | X | UNKNOWN |
The primary key of this table. This ID is referenced from other tables as CALLBACK_DIM_2_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.
Modified: 8.5.010 (in Microsoft SQL Server, data type modified in multi-language databases)
Based on KVP: _CB_DIM_DIAL_DIALOG_RESULT
The result of the final dialog for the callback. This field is set to one of the following values:
Modified: 8.5.010 (in Microsoft SQL Server, data type modified in multi-language databases)
Based on KVP: _CB_DIM_CALL_DIRECTION
The direction of the final callback interaction. This field is set to one of the following values:
Modified: 8.5.010 (in Microsoft SQL Server, data type modified in multi-language databases)
Based on KVP: _CB_DIM_FINAL_DIAL_RESULT
The result of the final callback dialing attempt. This field is set to one of the following values:
Notes:
Modified: 8.5.010 (in Microsoft SQL Server, data type modified in multi-language databases)
Based on KVP: _CB_DIM_OFFER_TIMING
Specifies whether the callback offer was made during operational (business) or non-operational hours. This field is set to one of the following values:
CODE | U | C | Description |
---|---|---|---|
I_CALLBACK_DIM_2 | X | Ensures that the combinations of values that are stored in the dimension table are unique. |
Field | Sort | Comment |
---|---|---|
DIAL_DIALOG_RESULT | Ascending | |
CALL_DIRECTION | Ascending | |
FINAL_DIAL_RESULT | Ascending | |
OFFER_TIMING | Ascending |
No subject area information available.