Jump to: navigation, search
m (1 revision imported: Re-retrying to correct source tag with new column descriptions in CALLING_LIST_TO_CAMP_FACT)
Line 9: Line 9:
 
|viewDesc =  Allows facts to be described based on the membership of resources in resource groups or membership of places in place groups. Routing points, queues, and agents can belong to resource groups. Places can belong to place groups. Each row describes one place group or resource group. A new row is issued for each configured place group and resource group, which is identified by its ID in the contact center configuration. Changing a group name causes an update to an existing row. Deleting a group and re-creating it under the same name causes a new row to be issued.
 
|viewDesc =  Allows facts to be described based on the membership of resources in resource groups or membership of places in place groups. Routing points, queues, and agents can belong to resource groups. Places can belong to place groups. Each row describes one place group or resource group. A new row is issued for each configured place group and resource group, which is identified by its ID in the contact center configuration. Changing a group name causes an update to an existing row. Deleting a group and re-creating it under the same name causes a new row to be issued.
  
{{Editgrn_open}}This is the page created on April 25 from the word-processed XML file (i.e., space-from-underscore removed from page title element). It is the page that gets linked to from the l-h navigation pane and from the Ponydocs TOC.{{Editgrn_close}}
+
{{Editgrn_open}}<font color=red>'''Writer's note to self:''' This is the page created on April 25 from the word-processed XML file (i.e., space-from-underscore removed from page title element). Confirm it is the page that gets linked to from the l-h navigation pane and from the Ponydocs TOC, and that there's no ghost GROUP_ page.</font>{{Editgrn_close}}
 
|introduced =   
 
|introduced =   
|SQL =  < source lang="xml" enclose="div">SELECT
+
|SQL =  <source lang="xml" enclose="div">SELECT
 
ID      AS GROUP_KEY,
 
ID      AS GROUP_KEY,
 
TENANTID AS TENANT_KEY,
 
TENANTID AS TENANT_KEY,
Line 88: Line 88:
 
{{PDMViewColumn
 
{{PDMViewColumn
 
|colName = GROUP_KEY
 
|colName = GROUP_KEY
|colDesc =   
+
|colDesc =  The primary key of this view that is used to join the GROUP_ dimension to the fact tables.
 
}}
 
}}
  
 
{{PDMViewColumn
 
{{PDMViewColumn
 
|colName = TENANT_KEY
 
|colName = TENANT_KEY
|colDesc = The surrogate key that is used to join to the TENANT dimension.
+
|colDesc = The surrogate key that is used to join the TENANT dimension to the fact tables.
 
}}
 
}}
  
 
{{PDMViewColumn
 
{{PDMViewColumn
 
|colName = GROUP_NAME
 
|colName = GROUP_NAME
|colDesc =   
+
|colDesc =  The group name.
 
}}
 
}}
  
 
{{PDMViewColumn
 
{{PDMViewColumn
 
|colName = CREATE_AUDIT_KEY
 
|colName = CREATE_AUDIT_KEY
|colDesc = 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.
+
|colDesc = 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 &mdash; that is, applications that need to identify newly added data.
 
}}
 
}}
  
 
{{PDMViewColumn
 
{{PDMViewColumn
 
|colName = UPDATE_AUDIT_KEY
 
|colName = UPDATE_AUDIT_KEY
|colDesc = The surrogate key used to join to the CTL_AUDIT_LOG dimension. 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.
+
|colDesc = The surrogate key used to join to the CTL_AUDIT_LOG dimension. Specifies the lineage for data update. This value can be useful for aggregation, enterprise application integration (EAI), and ETL tools &mdash; that is, applications that need to identify recently modified data.
 
}}
 
}}
  
 
{{PDMViewColumn
 
{{PDMViewColumn
 
|colName = GROUP_TYPE
 
|colName = GROUP_TYPE
|colDesc =   
+
|colDesc =  The group type. This field is set to one of the following values:
 +
* Unknown
 +
* Agent
 +
* Place
 +
* Queue
 +
* RoutingPoint
 +
* Network Port
 +
* Service Number
 +
* Single Port
 +
 
 +
This value can change with localization.
 
}}
 
}}
  
 
{{PDMViewColumn
 
{{PDMViewColumn
 
|colName = GROUP_TYPE_CODE
 
|colName = GROUP_TYPE_CODE
|colDesc =   
+
|colDesc =  The group type code. This field is set to one of the following values:
 +
 
 +
* UNKNOWN
 +
* AGENT
 +
* PLACE
 +
* QUEUE
 +
* ROUTINGPOINT
 +
* NETWORKPORT
 +
* SERVICENUMBER
 +
* SINGLEPORT
 +
 
 +
This value does not change with localization.
 
}}
 
}}
  
 
{{PDMViewColumn
 
{{PDMViewColumn
 
|colName = GROUP_CFG_DBID
 
|colName = GROUP_CFG_DBID
|colDesc =   
+
|colDesc =  The group object identifier in the contact center configuration.
 
}}
 
}}
  
 
{{PDMViewColumn
 
{{PDMViewColumn
 
|colName = GROUP_CFG_TYPE_ID
 
|colName = GROUP_CFG_TYPE_ID
|colDesc =   
+
|colDesc =  The contact center configuration integer type that is associated with the DN or agent group object.
 
}}
 
}}
  
 
{{PDMViewColumn
 
{{PDMViewColumn
 
|colName = START_TS
 
|colName = START_TS
|colDesc = The UTC-equivalent value of the date and time when the calling list was added to IDB, which may differ from when the calling list was actually added to contact center configuration.
+
|colDesc = The UTC-equivalent value of the date and time when the group was added to IDB, which may differ from when the group was actually added to contact center configuration.
 
}}
 
}}
  
 
{{PDMViewColumn
 
{{PDMViewColumn
 
|colName = END_TS
 
|colName = END_TS
|colDesc = The UTC-equivalent value of the date and time when the calling list was removed from contact center configuration.
+
|colDesc = The UTC-equivalent value of the date and time when the group was removed from contact center configuration.
 
}}
 
}}
  

Revision as of 20:28, August 4, 2016

View GROUP_

Description

Allows facts to be described based on the membership of resources in resource groups or membership of places in place groups. Routing points, queues, and agents can belong to resource groups. Places can belong to place groups. Each row describes one place group or resource group. A new row is issued for each configured place group and resource group, which is identified by its ID in the contact center configuration. Changing a group name causes an update to an existing row. Deleting a group and re-creating it under the same name causes a new row to be issued.

Column List

Column Description
GROUP_KEY The primary key of this view that is used to join the GROUP_ dimension to the fact tables.
TENANT_KEY The surrogate key that is used to join the TENANT dimension to the fact tables.
GROUP_NAME The group name.
CREATE_AUDIT_KEY 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.
UPDATE_AUDIT_KEY The surrogate key used to join to the CTL_AUDIT_LOG dimension. 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.
GROUP_TYPE The group type. This field is set to one of the following values:
  • Unknown
  • Agent
  • Place
  • Queue
  • RoutingPoint
  • Network Port
  • Service Number
  • Single Port
This value can change with localization.
GROUP_TYPE_CODE The group type code. This field is set to one of the following values:
  • UNKNOWN
  • AGENT
  • PLACE
  • QUEUE
  • ROUTINGPOINT
  • NETWORKPORT
  • SERVICENUMBER
  • SINGLEPORT
This value does not change with localization.
GROUP_CFG_DBID The group object identifier in the contact center configuration.
GROUP_CFG_TYPE_ID The contact center configuration integer type that is associated with the DN or agent group object.
START_TS The UTC-equivalent value of the date and time when the group was added to IDB, which may differ from when the group was actually added to contact center configuration.
END_TS The UTC-equivalent value of the date and time when the group was removed from contact center configuration.


References

The summary List of References will include the following entries for this table or view:


Child Table/View Child Table/View Column Parent Table/View Parent Table/View Column
GROUP_ CREATE_AUDIT_KEY CTL_AUDIT_LOG TENANT_KEY
GROUP_ TENANT_KEY TENANT TENANT_KEY
GROUP_ UPDATE_AUDIT_KEY CTL_AUDIT_LOG AUDIT_KEY
Comments or questions about this documentation? Contact us for support!