In the Column List:
- P = Primary key
- M = Mandatory field
- F = Foreign key
- 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.
GC_ANNEX Table
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:
- Person
- Agent Group
- DN
- DN Group
- Switch
- Agent Login
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.
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
| Column | Data Type | P | M | F | Description |
|---|---|---|---|---|---|
| ID | Oracle: INTEGER MSSQL: int PostgreSQL: serial DB2: INTEGER |
X | The unique, autonumbered ID of this record. This is the primary key. | ||
| CFGOBJECTID | Oracle: INTEGER MSSQL: int PostgreSQL: integer DB2: INTEGER |
The DBID of the configuration object. | |||
| CFGOBJECTTYPE | Oracle: SMALLINT MSSQL: tinyint PostgreSQL: int2 DB2: SMALLINT |
The configuration object type: Person, Agent Group, DN, DN Group, or Switch. | |||
| SECTIONKEYHASH | Oracle: INTEGER MSSQL: int PostgreSQL: integer DB2: INTEGER |
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 | Oracle: VARCHAR2(255) MSSQL: varchar(255) PostgreSQL: varchar(255) DB2: VARCHAR(255) |
The name of the section on the object's Annex tab in which the specified option is located. | |||
| KEYNAME | Oracle: VARCHAR2(255) MSSQL: varchar(255) PostgreSQL: varchar(255) DB2: VARCHAR(255) |
The option name as defined on the Annex tab of the configuration object. | |||
| TENANTID | Oracle: INTEGER MSSQL: int PostgreSQL: integer DB2: INTEGER |
The DBID of the Tenant to which this object belongs. | |||
| VALUE | Oracle: VARCHAR2(255) MSSQL: varchar(255) PostgreSQL: varchar(255) DB2: VARCHAR(255) |
The value set for the option on the Annex tab of the configuration object. | |||
| STATUS | Oracle: SMALLINT MSSQL: tinyint PostgreSQL: int2 DB2: SMALLINT |
| |||
| CREATED | Oracle: TIMESTAMP(3) MSSQL: datetime PostgreSQL: timestamp DB2: TIMESTAMP |
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 | Oracle: TIMESTAMP(3) MSSQL: datetime PostgreSQL: timestamp DB2: TIMESTAMP |
The GMT-equivalent date and time when the specified option on the Annex tab of the configuration object was deleted. | |||
| LASTCHANGE | Oracle: TIMESTAMP(3) MSSQL: datetime PostgreSQL: timestamp DB2: TIMESTAMP |
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 | Oracle: INTEGER MSSQL: int PostgreSQL: integer DB2: INTEGER |
The UTC-equivalent value of the CREATED field. | |||
| CREATED_TCODE | Oracle: INTEGER MSSQL: int PostgreSQL: integer DB2: INTEGER |
A reference, derived from the value of the CREATED_TS field, to the G_TIMECODE table. | |||
| DELETED_TS | Oracle: INTEGER MSSQL: int PostgreSQL: integer DB2: INTEGER |
The UTC-equivalent value of the DELETED field. | |||
| DELETED_TCODE | Oracle: INTEGER MSSQL: int PostgreSQL: integer DB2: INTEGER |
A reference, derived from the value of the DELETED_TS field, to the G_TIMECODE table. | |||
| LASTCHANGE_TS | Oracle: INTEGER MSSQL: int PostgreSQL: integer DB2: INTEGER |
The UTC-equivalent value of the LASTCHANGE field. | |||
| LASTCHANGE_TCODE | Oracle: INTEGER MSSQL: int PostgreSQL: integer DB2: INTEGER |
A reference, derived from the value of the LASTCHANGE_TS field, to the G_TIMECODE table. | |||
| GSYS_DOMAIN | Oracle: INTEGER MSSQL: int PostgreSQL: integer DB2: INTEGER |
Reserved | |||
| GSYS_PARTITION | Oracle: INTEGER MSSQL: int PostgreSQL: integer DB2: INTEGER |
A key that is used for partitioning. | |||
| GSYS_SYS_ID | Oracle: INTEGER MSSQL: int PostgreSQL: integer DB2: INTEGER |
System ID. Reserved for future use. | |||
| GSYS_SEQ | Oracle: INTEGER MSSQL: bigint PostgreSQL: bigint DB2: BIGINT |
Insert Sequence. Not unique. | |||
| GSYS_USEQ | Oracle: INTEGER MSSQL: bigint PostgreSQL: bigint DB2: BIGINT |
Update Sequence. Not unique. | |||
| GSYS_TS | Oracle: TIMESTAMP(3) MSSQL: datetime PostgreSQL: timestamp DB2: TIMESTAMP |
Reserved | |||
| GSYS_TC | Oracle: INTEGER MSSQL: int PostgreSQL: integer DB2: INTEGER |
Reserved | |||
| GSYS_EXT_VCH1 | Oracle: VARCHAR2(255) MSSQL: varchar(255) PostgreSQL: varchar(255) DB2: VARCHAR(255) |
Reserved | |||
| GSYS_EXT_VCH2 | Oracle: VARCHAR2(255) MSSQL: varchar(255) PostgreSQL: varchar(255) DB2: VARCHAR(255) |
Reserved | |||
| GSYS_EXT_INT1 | Oracle: INTEGER MSSQL: int PostgreSQL: integer DB2: INTEGER |
The reason for the update to the configuration object. This field can contain one of the following values:
| |||
| GSYS_EXT_INT2 | Oracle: INTEGER MSSQL: int PostgreSQL: integer DB2: INTEGER |
Reserved |
Comments or questions about this documentation? Contact us for support!
