This page was last edited on June 22, 2022, at 22:57.
Comments or questions about this documentation? Contact us for support!
In the Column List:
Modified: 8.5.014.34 (in Microsoft SQL Server, data type for the STRATEGY_TYPE, STRATEGY_TYPE_CODE, and STRATEGY_NAME columns modified in single-language databases); 8.5.003 (in Oracle, fields with VARCHAR data types use explicit CHAR character-length semantics)
In partitioned databases, this table is not partitioned.
This table allows facts to be described by the associated routing strategy. Each row describes one routing strategy that has operated on an interaction. A new row is issued for each distinct strategy, strategy result, and reason encountered as attached data in the interaction source data.
Column | Data Type | P | M | F | DV |
---|---|---|---|---|---|
STRATEGY_KEY | int | X | X | ||
TENANT_KEY | int | X | X | ||
CREATE_AUDIT_KEY | numeric(19) | X | X | ||
UPDATE_AUDIT_KEY | numeric(19) | X | X | ||
STRATEGY_TYPE | nvarchar(255) | ||||
STRATEGY_TYPE_CODE | nvarchar(32) | ||||
STRATEGY_NAME | nvarchar(255) | ||||
PURGE_FLAG | numeric(1) |
The surrogate key that is used to join this dimension table to the fact tables.
The surrogate key that is used to join the TENANT dimension to the fact tables.
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.
The surrogate key that is used to join to the CTL_AUDIT_LOG control table. The key specifies the lineage for data update. This value can be useful for aggregation, enterprise application integration (EAI), and ETL tools—that is, applications that need to identify recently modified data.
Modified: 8.5.014.34 (in Microsoft SQL Server, data type changed from varchar to nvarchar in single-language databases)
The strategy type. This field is set to one of the following values:
This value can change with localization.
Modified: 8.5.014.34 (in Microsoft SQL Server, data type changed from varchar to nvarchar in single-language databases)
The strategy type code. This field is set to one of the following values:
This value does not change with localization.
Modified: 8.5.014.34 (in Microsoft SQL Server, data type changed from varchar to nvarchar in single-language databases)
The name of the strategy.
No indexes are defined.