This page was last edited on January 10, 2020, at 15:27.
Comments or questions about this documentation? Contact us for support!
In the Column List:
Modified: In release 8.1.514.28 (09/30/19), the data type for the ID field in Oracle RDBMSs was changed from NUMBER(6) to INTEGER.
This table stores information about changes to certain configuration options configured on the Annex tabs of the following object types:
This information enables Genesys Interactive Insights to control visibility of certain data and reports based on attributes such as geographical location, business line, or organization structure. This table is populated only when ICON has the cfg role and the cfg-annex option configured.
Column | Data Type | P | M | F | Description |
---|---|---|---|---|---|
ID | int | X | The unique, autonumbered ID of this record. This is the primary key. | ||
CFGOBJECTID | int | The DBID of the configuration object. | |||
CFGOBJECTTYPE | tinyint | The configuration object type: Person, Agent Group, DN, DN Group, or Switch. | |||
SECTIONKEYHASH | int | A hash value of the string identifying the section and key for each option. It is needed for indexing the records and to enable fast searching. | |||
SECTIONNAME | varchar(255) | The name of the section on the object's Annex tab in which the specified option is located. | |||
KEYNAME | varchar(255) | The option name as defined on the Annex tab of the configuration object. | |||
TENANTID | int | The DBID of the Tenant to which this object belongs. | |||
VALUE | varchar(255) | The value set for the option on the Annex tab of the configuration object. | |||
STATUS | tinyint |
| |||
CREATED | datetime | The GMT-equivalent date and time when the specified option on the Annex tab of the configuration object was written to IDB. This is not necessarily the actual creation time of the option. | |||
DELETED | datetime | The GMT-equivalent date and time when the specified option on the Annex tab of the configuration object was deleted. | |||
LASTCHANGE | datetime | The GMT-equivalent date and time when the specified option on the Annex tab of the configuration object was last changed (including option creation or removal). | |||
CREATED_TS | int | The UTC-equivalent value of the CREATED field. | |||
CREATED_TCODE | int | A reference, derived from the value of the CREATED_TS field, to the G_TIMECODE table. | |||
DELETED_TS | int | The UTC-equivalent value of the DELETED field. | |||
DELETED_TCODE | int | A reference, derived from the value of the DELETED_TS field, to the G_TIMECODE table. | |||
LASTCHANGE_TS | int | The UTC-equivalent value of the LASTCHANGE field. | |||
LASTCHANGE_TCODE | int | A reference, derived from the value of the LASTCHANGE_TS field, to the G_TIMECODE table. | |||
GSYS_DOMAIN | int | Reserved | |||
GSYS_PARTITION | int | A key that is used for partitioning. | |||
GSYS_SYS_ID | int | System ID. Reserved for future use. | |||
GSYS_SEQ | bigint | Insert Sequence. Not unique. | |||
GSYS_USEQ | bigint | Update Sequence. Not unique. | |||
GSYS_TS | datetime | Reserved | |||
GSYS_TC | int | Reserved | |||
GSYS_EXT_VCH1 | varchar(255) | Reserved | |||
GSYS_EXT_VCH2 | varchar(255) | Reserved | |||
GSYS_EXT_INT1 | int | The reason for the update to the configuration object. This field can contain one of the following values:
| |||
GSYS_EXT_INT2 | int | Reserved |