This page was last edited on June 23, 2022, at 03:44.
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 WORKBIN_TYPE_CODE column 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 table allows facts to be described based on the type and owner of the workbin instance that was associated with a particular mediation segment. (Refer to Workbin Instance in the Genesys Info Mart Deployment Guide for the definition of workbin instance.)
A new row is created the first time that any interaction that is owned by a particular resource is placed into a particular Workbin object that has been defined in the Configuration Layer—in other words, the first time that a particular workbin instance is created.
Column | Data Type | P | M | F | DV |
---|---|---|---|---|---|
WORKBIN_KEY | integer | X | X | ||
WORKBIN_TYPE | numeric(1) | X | |||
WORKBIN_TYPE_CODE | varchar(32) | X | |||
WORKBIN_RESOURCE_KEY | integer | X | X | ||
OWNER_KEY | integer | X | X | ||
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 MSF table.
The type of workbin. This field is set to one of the following values:
Modified: 8.5.014.34 (in Microsoft SQL Server, data type changed from varchar to nvarchar in single-language databases)
The code of the workbin type. This field is set to one of the following values:
The surrogate key that is used to reference a workbin record in the RESOURCE_ table, to identify the specific Interaction Workbin of which this workbin is an instance.
The surrogate key that is used to reference one of the following, to identify the owner of the workbin instance:
The surrogate key used to join to the CTL_AUDIT_LOG dimension. 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.