In the Column List:
- P = Primary key
- M = Mandatory field
- F = Foreign key (where the term is used loosely to indicate a surrogate key reference to a field in another table, not a formal constraint)
- DV = Default value
- In the Data Type column, varchar/nvarchar means that the data type is varchar except in multi-language databases that use Unicode, in which case the data type is nvarchar. (The Info Mart database in Cloud deployments is not multi-language.) THIS BULLET DISPLAYS ONLY IN THE MSSQL AND CLOUD PDMs.
m (1 revision imported: Importing updates for Iteration 11.3 (8.5.011.11)) |
m (1 revision imported: Adding Chat Thread tables for Iteration 14) |
(One intermediate revision by one other user not shown) | |
(No difference)
|
Latest revision as of 22:57, June 6, 2019
Table CTL_UDE_KEYS_TO_DIM_MAPPING
Description
This table provides information for mapping user-data KVPs that are stored as dimensions to facts that are stored in the INTERACTION_RESOURCE_FACT table. The mapping table is populated with a special script during the Genesys Info Mart deployment and can be updated when user-data storage requirements change. Each row defines mapping between the primary key of a dimension table and a foreign key in the IRF_USER_DATA_KEYS table.
Hint: For easiest viewing, open the downloaded CSV file in Excel and adjust settings for column widths, text wrapping, and so on as desired. Depending on your browser and other system settings, you might need to save the file to your desktop first.
Column List
Column | Data Type | P | M | F | DV |
---|---|---|---|---|---|
DIM_TABLE_NAME | Oracle: VARCHAR2(30 CHAR) MSSQL: varchar(30) PostgreSQL: varchar(30) |
X | X | ||
DIM_TABLE_PK_NAME | Oracle: VARCHAR2(30 CHAR) MSSQL: varchar(30) PostgreSQL: varchar(30) |
X | |||
UDE_KEY_NAME | Oracle: VARCHAR2(30 CHAR) MSSQL: varchar(30) PostgreSQL: varchar(30) |
X |
DIM_TABLE_NAME
The name of the dimension table that stores user data.
DIM_TABLE_PK_NAME
The name of the primary key column in the dimension table that stores user data.
UDE_KEY_NAME
The name of the foreign key column in the IRF_USER_DATA_KEYS table.
Index List
CODE | U | C | Description |
---|---|---|---|
I_UDE_KEYS_TO_D_M_KN | X | A constraint that enforces unique mapping for each user-data dimension table. |
Index I_UDE_KEYS_TO_D_M_KN
Field | Sort | Comment |
---|---|---|
UDE_KEY_NAME | Ascending |
Subject Areas
No subject area information available.
References
The summary List of References will include the following entries for this table or view:
There are no references from this table/view.