This page was last edited on June 22, 2022, at 22:24.
Comments or questions about this documentation? Contact us for support!
In the Column List:
In partitioned databases, this table is not partitioned.
This table allows facts to be described based on the set of groups to which contact center resources (for example, agents or queues) belong. This multivalue bridge table bridges facts with the GROUP_ dimension. Each row describes one group among a distinct combination of groups. Each distinct combination of groups shares a unique resource group combination key column. A new set of rows is issued for each distinct combination of groups to which a resource belongs. Once created, resource group combinations are reused.
Column | Data Type | P | M | F | DV |
---|---|---|---|---|---|
GROUP_COMBINATION_KEY | int | X | X | ||
GROUP_KEY | int | X | X | X | |
TENANT_KEY | int | X | X | ||
CREATE_AUDIT_KEY | numeric(19) | X | X | ||
UPDATE_AUDIT_KEY | numeric(19) | X | X |
The surrogate key that is used to join this dimension with the fact and aggregate tables. All the rows that represent the groups that make up the group combination share the same GROUP_COMBINATION_KEY.
The surrogate key that is used to join this table to the GROUP_ dimension, to identify one group among the groups that make up the resource group combination.
The surrogate key that is used to join records in this table to a specific tenant in the TENANT dimension, to identify to which tenant the groups belong.
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.