Jump to: navigation, search

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

Table CTL_UDE_KEYS_TO_DIM_MAPPING

Description

Modified: 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 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.

Tip
To assist you in preparing supplementary documentation, click the following link to download a comma-separated text file containing information such as the data types and descriptions for all columns in this table: Download a CSV file.

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

Legend

Column Data Type P M F DV
DIM_TABLE_NAME VARCHAR2(30 CHAR) X X
DIM_TABLE_PK_NAME VARCHAR2(30 CHAR) X
UDE_KEY_NAME VARCHAR2(30 CHAR) 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.

This page was last edited on June 22, 2022, at 23:49.
Comments or questions about this documentation? Contact us for support!