This page was last edited on June 22, 2022, at 23:50.
Comments or questions about this documentation? Contact us for support!
In the Column List:
Introduced: 8.5.009
Modified: 8.5.010 (in Microsoft SQL Server, data type for the following columns modified in single-language databases: GPM_MODE, GPM_STATUS, GPM_RESULT, GPM_USE, CUSTOMER_FOUND)
In partitioned databases, this table is not partitioned.
This table allows Predictive Routing facts to be described based on characteristics of the Predictive Routing result.
Column | Data Type | P | M | F | DV |
---|---|---|---|---|---|
ID | NUMBER(10) | X | X | ||
GPM_MODE | VARCHAR2(20 CHAR) | X | unknown | ||
GPM_STATUS | VARCHAR2(20 CHAR) | X | unknown | ||
GPM_RESULT | VARCHAR2(255 CHAR) | X | |||
GPM_USE | VARCHAR2(10 CHAR) | X | unknown | ||
CUSTOMER_FOUND | VARCHAR2(10 CHAR) | X | unknown | ||
CREATE_AUDIT_KEY | NUMBER(19) | X | X |
The primary key of this table. This ID is referenced from other tables as GPM_RESULT_KEY.
Modified: 8.5.010 (in Microsoft SQL Server, data type modified in single-language databases)
Based on KVP: gpmMode
The mode in which Predictive Routing is operating, as specified in configuration. This field is set to one of the following values:
Modified: 8.5.010 (in Microsoft SQL Server, data type modified in single-language databases)
Based on KVP: gpmStatus
Indicates the scenario under which the interaction was processed. This field is set to one of the following values:
For more information about the agent-surplus and call-surplus scenarios, see the information about interaction flows in the Predictive Routing Deployment and Operations Guide.
Modified: 8.5.010 (in Microsoft SQL Server, data type modified in single-language databases)
Based on KVP: gpmResult
The result of Predictive Routing processing. This field is set to one of the following values:
In the case of errors, the MESSAGE field in the GPM_FACT table displays the error message.
Modified: 8.5.010 (in Microsoft SQL Server, data type modified in single-language databases)
Based on KVP: gpmUse
The meaning depends on the mode in which Predictive Routing is operating (see GPM_MODE). This field is set to one of the following values:
Modified: 8.5.010 (in Microsoft SQL Server, data type modified in single-language databases)
Based on KVP: gpmCustomerFound
Indicates if features from the customer record were successfully retrieved from the customer relationship management (CRM) database and used to calculate agent scores. This field is set to one of the following values: 0 (= No), 1 (= Yes), unknown.
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.
CODE | U | C | Description |
---|---|---|---|
I_GPM_RESULT | X | Ensures that the combinations of values that are stored in the dimension table are unique. |
Field | Sort | Comment |
---|---|---|
GPM_MODE | Ascending | |
GPM_STATUS | Ascending | |
GPM_RESULT | Ascending | |
GPM_USE | Ascending | |
CUSTOMER_FOUND | Ascending |
No subject area information available.