m (1 revision imported: Some parameters changed for consistent camelCase usage) |
|||
Line 1: | Line 1: | ||
= Table ROUTING_TARGET = | = Table ROUTING_TARGET = | ||
+ | {{PDMColumn | ||
+ | |colName=ROUTING_TARGET_KEY | ||
+ | |colDesc=The surrogate key that is used to join this dimension table to the fact tables. | ||
+ | }} | ||
+ | |||
+ | {{PDMColumn | ||
+ | |colName=TENANT_KEY | ||
+ | |colDesc=The surrogate key that is used to join the TENANT dimension to the fact tables. | ||
+ | }} | ||
+ | |||
+ | {{PDMColumn | ||
+ | |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. | ||
+ | }} | ||
+ | |||
+ | {{PDMColumn | ||
+ | |colName=UPDATE_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 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. | ||
+ | }} | ||
+ | |||
+ | {{PDMColumn | ||
+ | |colName=ROUTING_TARGET_TYPE | ||
+ | |colDesc=The type of routing target. This field is set to one of the following values: | ||
+ | |||
+ | - Unspecified | ||
+ | - Default | ||
+ | - Agent | ||
+ | - Place | ||
+ | - Agent Group | ||
+ | - Agent Group With Skill Expr | ||
+ | - Skill Expression | ||
+ | - Place Group | ||
+ | - Routing Point | ||
+ | - Queue | ||
+ | - Queue Group | ||
+ | - Regular DN | ||
+ | - Campaign Group | ||
+ | - Destination Label | ||
+ | - Workbin | ||
+ | |||
+ | This value can change with localization. | ||
+ | }} | ||
+ | |||
+ | {{PDMColumn | ||
+ | |colName=ROUTING_TARGET_TYPE_CODE | ||
+ | |colDesc=The code of the routing target type. This field is set to one of the following values: | ||
+ | |||
+ | - UNSPECIFIED | ||
+ | - DEFAULT | ||
+ | - AGENT | ||
+ | - PLACE | ||
+ | - AGENT GROUP | ||
+ | - AGENT GROUP WITH SKILL EXPR | ||
+ | - SKILL EXPRESSION | ||
+ | - PLACE GROUP | ||
+ | - ROUTING POINT | ||
+ | - QUEUE | ||
+ | - QUEUE GROUP | ||
+ | - REGULAR DN | ||
+ | - CAMPAIGN GROUP | ||
+ | - DESTINATION LABEL | ||
+ | - WORKBIN | ||
+ | |||
+ | This value does not change with localization. | ||
+ | }} | ||
+ | |||
+ | {{PDMColumn | ||
+ | |colName=TARGET_OBJECT_SELECTED | ||
+ | |colDesc=The object that is targeted by the Router. | ||
+ | }} | ||
+ | |||
+ | {{PDMColumn | ||
+ | |colName=AGENT_GROUP_NAME | ||
+ | |colDesc=The agent group that is targeted by the Router. | ||
+ | }} | ||
+ | |||
+ | {{PDMColumn | ||
+ | |colName=PLACE_GROUP_NAME | ||
+ | |colDesc=The place group that is targeted by the Router. | ||
+ | }} | ||
+ | |||
+ | {{PDMColumn | ||
+ | |colName=SKILL_EXPRESSION | ||
+ | |colDesc=The skill expression that is used in conjunction with the agent group that is targeted by the Router. The skill expression is formulated by the routing strategy. | ||
+ | }} | ||
+ | |||
+ | {{PDMColumn | ||
+ | |colName=PURGE_FLAG | ||
+ | |colDesc=This field is reserved. | ||
+ | }} | ||
[[Category:V:GIM:8.5DRAFT]] | [[Category:V:GIM:8.5DRAFT]] |
Revision as of 22:05, May 5, 2016
Table ROUTING_TARGET
Comments or questions about this documentation? Contact us for support!