This page was last edited on June 22, 2022, at 21:32.
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.014.34 (in Microsoft SQL Server, data types for the following columns modified in single-language databases: CHANNEL, CALLBACK_OFFER_TYPE, CALLBACK_TYPE, CONNECT_ORDER); 8.5.010 (in Microsoft SQL Server, data types for the following columns modified in multi-language databases: CHANNEL, CALLBACK_OFFER_TYPE, CALLBACK_TYPE, CONNECT_ORDER)
In partitioned databases, this table is not partitioned.
This dimension table allows callback facts to be described based on characteristics of the callback offer and attempts.
Column | Data Type | P | M | F | DV |
---|---|---|---|---|---|
ID | int | X | X | ||
CHANNEL | nvarchar(170) | X | UNKNOWN | ||
CALLBACK_OFFER_TYPE | nvarchar(170) | X | UNKNOWN | ||
CALLBACK_TYPE | nvarchar(170) | X | UNKNOWN | ||
CONNECT_ORDER | nvarchar(170) | X | UNKNOWN | ||
CREATE_AUDIT_KEY | numeric(19) | X | X |
The primary key of this table. This ID is referenced from other tables as CALLBACK_DIM_1_KEY.
Modified: 8.5.014.34 (in Microsoft SQL Server, data type changed from varchar to nvarchar in single-language databases); 8.5.010 (in Microsoft SQL Server, data type modified in multi-language databases)
Based on KVP: _CB_DIM_CHANNEL
The interaction channel from which the callback originated. This field is set to one of the following values:
Modified: 8.5.014.34 (in Microsoft SQL Server, data type changed from varchar to nvarchar in single-language databases); 8.5.010 (in Microsoft SQL Server, data type modified in multi-language databases)
Based on KVP: _CB_DIM_CALLBACK_OFFER_TYPE
The type of callback offer that was presented to the customer. For example, after business hours, SCHEDULED is the only available option; during business hours, business rules might allow only the WAIT_FOR_AGENT option or a combination of SCHEDULED and WAIT_FOR_AGENT. This field is set to one of the following values:
Modified: 8.5.014.34 (in Microsoft SQL Server, data type changed from varchar to nvarchar in single-language databases); 8.5.010 (in Microsoft SQL Server, data type modified in multi-language databases)
Based on KVP: _CB_DIM_TYPE
The type of callback the customer requested. This field is set to one of the following values:
Modified: 8.5.014.34 (in Microsoft SQL Server, data type changed from varchar to nvarchar in single-language databases); 8.5.010 (in Microsoft SQL Server, data type modified in multi-language databases)
Based on KVP: _CB_DIM_CONNECT_ORDER
The order in which the final callback interaction was connected. This field is set to one of the following values:
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_CALLBACK_DIM_1 | X | Ensures that the combinations of values that are stored in the dimension table are unique. |
Field | Sort | Comment |
---|---|---|
CHANNEL | Ascending | |
CALLBACK_OFFER_TYPE | Ascending | |
CALLBACK_TYPE | Ascending | |
CONNECT_ORDER | Ascending |
No subject area information available.