This page was last edited on June 22, 2022, at 21:54.
Comments or questions about this documentation? Contact us for support!
In the Column List:
Modified: 8.5.003 (in Oracle, fields with VARCHAR data types use explicit CHAR character-length semantics); 8.1.201 (CONVERT_EXPRESSION column added)
In partitioned databases, this table is not partitioned.
This table captures storage configuration for user data KVPs. The 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 for a given user-data KVP to one table and a column within that table.
Column | Data Type | P | M | F | DV |
---|---|---|---|---|---|
ID | int | X | X | ||
UD_KEY_NAME | varchar(255)/nvarchar(255) | X | |||
UDE_TABLE_NAME | varchar(30) | X | |||
UDE_COLUMN_NAME | varchar(30) | X | |||
PROPAGATION_RULE | varchar(16) | X | |||
DEFAULT_VALUE | varchar(255)/nvarchar(255) | ||||
ACTIVE_FLAG | numeric(1) | X | |||
CONVERT_EXPRESSION | varchar(255)/nvarchar(255) |
The key name of the user data KVP that is to be stored in the Info Mart database.
The name of the fact or dimension table that stores user data that is associated with this key.
The name of the column in the fact or dimension table that stores user data that is associated with this key.
Modified: 8.5.006 (IRF_ROUTE value is added); 8.5.001 (IRF_INITIAL value is added).
This field defines how data that uses the same key name is propagated. Possible values are:
The default value that Genesys Info Mart must store when a KVP that uses this key name is missing.
Indicates whether this mapping is currently active: 0 = No, 1 = Yes.
Introduced: Release 8.1.201
Specifies the conversion expression for KVP values that are stored as date/time data in user data fact tables. Applies only to the date/time KVPs that you need to store in the format other than Genesys Info Mart default format for date/time (yyyy-mm-ddThh24:mi:ss.ff). The conversion expression is defined at the time when you map the KVP to the fact table column. If specified, Genesys Info Mart includes the conversion expression in SQL statements to convert the data.
CODE | U | C | Description |
---|---|---|---|
I_C_UD_TARGET | X | A constraint that enforces unique mapping for each column in each target user-data table. | |
I_C_UD_TO_UDE_KN | Improves access time, based on the user-data key name for mapping that is currently active. |
Field | Sort | Comment |
---|---|---|
UDE_TABLE_NAME | Ascending | |
UDE_COLUMN_NAME | Ascending |
Field | Sort | Comment |
---|---|---|
UD_KEY_NAME | Ascending | |
ACTIVE_FLAG | Ascending |
No subject area information available.