This page was last edited on January 10, 2020, at 20:48.
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)
In partitioned databases, this table is not partitioned.
This table stores additional configuration data for configuration objects of type Person.
The data is based on the records for these configuration objects that are stored in the GC_ANNEX table of the configuration IDB. Genesys Interactive Insights uses the data associated with Person configuration objects to control visibility for certain data and reports.
A new row is issued for each configuration option on the Annex tab of the corresponding configuration object. Changing the value of the specified option causes an update to an existing row. Changing the name of the specified option causes a new row to be created. Changing the name of the specified section causes a new row to be created for each option that is associated with this section. Deleting the section causes all records for associated options to be terminated.
Column | Data Type | P | M | F | DV |
---|---|---|---|---|---|
RESOURCE_KEY | NUMBER(10) | X | X | X | |
TENANT_KEY | NUMBER(10) | X | X | ||
SECTIONNAME | VARCHAR2(255 CHAR) | X | X | ||
KEYNAME | VARCHAR2(255 CHAR) | X | X | ||
VALUE | VARCHAR2(255 CHAR) | ||||
END_TS | NUMBER(10) | X | |||
CFGOBJECTID | NUMBER(10) | X | |||
CFGOBJECTTYPE | NUMBER(3) | X | |||
CREATE_AUDIT_KEY | NUMBER(19) | X | X | ||
UPDATE_AUDIT_KEY | NUMBER(19) | X | X | ||
ACTIVE_FLAG | NUMBER(1) | X |
The primary key that is used to join this table to the RESOURCE_ dimension.
The surrogate key that is used to join this dimension to the TENANT dimension.
The name of the configuration section on the Annex tab of the configuration object in which the specified option is located. This value equals the value of the GC_ANNEX.SECTIONNAME IDB field for a respective DN, Person, or Switch record.
The name of the configuration option that is set on the Annex tab of the configuration object. If the object type is Person, the option specifies the geographical location, business line, or organization structure. This value equals the value of the GC_ANNEX.KEYNAME field in IDB for a respective DN, Person, or Switch record.
The value of the configuration option that is set on the Annex tab of the configuration object. This value equals the value of the GC_ANNEX.VALUE field in IDB for a respective DN, Person, or Switch record.
The UTC-equivalent value of the date and time at which the configuration was changed (for example, the option, section, or object was removed). This value equals the value of the GC_ANNEX.DELETED field in IDB for a respective DN, Person, or Switch record.
The DBID of the configuration object. This value equals the value of the GC_ANNEX.CFGOBJECTID field in IDB for a respective DN, Person, or Switch record.
The type of the configuration object. This value equals the value of the GC_ANNEX.CFGOBJECTTYPE field in IDB for a respective DN, Person, or Switch record.
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.
Indicates whether the specified configuration option is currently active: 0 = No, 1 = Yes.
CODE | U | C | Description |
---|---|---|---|
I_RESOURCE_ANNEX | X | Improves access time, based on dimension values. | |
I_RESOURCE_ANNEX_END_TS | Improves access time, based on the End Timestamp. |
Field | Sort | Comment |
---|---|---|
CFGOBJECTID | Ascending | |
CFGOBJECTTYPE | Ascending | |
KEYNAME | Ascending | |
SECTIONNAME | Ascending |
Field | Sort | Comment |
---|---|---|
END_TS | Ascending |
No subject area information available.