This page was last edited on June 23, 2022, at 03:42.
Comments or questions about this documentation? Contact us for support!
In the Column List:
Modified: 8.5.014.34 (in Microsoft SQL Server, data type for the STATE_TYPE, STATE_TYPE_CODE, STATE_NAME, and STATE_NAME_CODE columns modified in single-language databases); 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 resource state dimension contains possible agent states. The states have two levels of granularity: state type and state name. Each state type may include several state names, so that several agent states could be grouped by type. This table allows facts to be described by the state of the associated agent resource. Each row describes one distinct media-specific agent state. Each media-specific agent state is also described as a media-neutral state type, so that facts can be described in either a media-specific or a media-neutral way.
Column | Data Type | P | M | F | DV |
---|---|---|---|---|---|
RESOURCE_STATE_KEY | integer | X | X | ||
STATE_TYPE | varchar(64) | ||||
STATE_TYPE_CODE | varchar(32) | ||||
STATE_NAME | varchar(64) | ||||
STATE_NAME_CODE | varchar(32) | ||||
CREATE_AUDIT_KEY | numeric(19) | X | X | ||
UPDATE_AUDIT_KEY | numeric(19) | X | X |
The primary key of this table and the surrogate key that is used to join this dimension to the fact tables.
Modified: 8.5.014.34 (in Microsoft SQL Server, data type changed from varchar to nvarchar in single-language databases)
The media-neutral resource state. This field is set to one of the following values:
This value can change with localization.
Modified: 8.5.014.34 (in Microsoft SQL Server, data type changed from varchar to nvarchar in single-language databases)
The code for the media-neutral resource state. This field is set to one of the following values:
This value does not change with localization.
Modified: 8.5.014.34 (in Microsoft SQL Server, data type changed from varchar to nvarchar in single-language databases)
The media-specific or detailed resource state. This value can change with localization.
The possible voice and multimedia values (sourced from IDB) are the following:
The following media-specific values are part of this dimension for voice media, but they are not used in Genesys Info Mart 8.x:
Modified: 8.5.014.34 (in Microsoft SQL Server, data type changed from varchar to nvarchar in single-language databases)
The media-specific or detailed resource state code. This value does not change with localization.
The possible voice and multimedia values (sourced from IDB) are the following:
The following media-specific values are part of this dimension for voice media, but they are not used in Genesys Info Mart 8.x:
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.
No indexes are defined.