This page was last edited on June 23, 2022, at 03:42.
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 RECORD_TYPE and RECORD_TYPE_CODE 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.
RECORD_TYPE allows facts to be described based on attributes of an outbound campaign record type. Each row describes one record type, such as General and PersonalCallback.
Column | Data Type | P | M | F | DV |
---|---|---|---|---|---|
RECORD_TYPE_KEY | integer | X | X | ||
RECORD_TYPE | varchar(32) | ||||
RECORD_TYPE_CODE | varchar(32) | ||||
CREATE_AUDIT_KEY | numeric(19) | X | X | ||
UPDATE_AUDIT_KEY | numeric(19) | X | X |
The primary key of this table and the surrogate key that is used to join this dimension table to the fact tables.
Modified: 8.5.014.34 (in Microsoft SQL Server, data type changed from varchar to nvarchar in single-language databases)
The record 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 record type code. This field is set to one of the following values:
This value does not change with localization.
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.
No indexes are defined.