Jump to: navigation, search
m (1 revision imported: Some parameters changed for consistent camelCase usage)
Line 1: Line 1:
 
= Table DIALING_MODE =
 
= Table DIALING_MODE =
  
 +
{{PDMColumn
 +
|colName=DIALING_MODE_KEY
 +
|colDesc=The surrogate key that is used to join this dimension table to the fact tables.
 +
}}
 +
 +
{{PDMColumn
 +
|colName=DIALING_MODE
 +
|colDesc=The dialing mode. This field is set to one of the following values:
 +
 +
None
 +
Unknown Dialing Mode
 +
Predictive
 +
Progressive
 +
Preview
 +
Progressive with seizing
 +
Predictive with seizing
 +
Power
 +
Power with seizing
 +
Push Preview
 +
Progressive GVP
 +
Predictive GVP
 +
Power GVP
 +
 +
These values change with localization.
 +
}}
 +
 +
{{PDMColumn
 +
|colName=DIALING_MODE_CODE
 +
|colDesc=The dialing mode code. This field is set to one of the following values:
 +
 +
NONE
 +
UNKNOWN_DIALING_MODE
 +
PREDICTIVE
 +
PROGRESSIVE_PREVIEW
 +
PROGRESSIVE_WITH_SEIZING
 +
PREDICTIVE_WITH_SEIZING
 +
POWER
 +
POWER_WITH_SEIZING
 +
PUSH_PREVIEW
 +
PROGRESSIVE_GVP
 +
PREDICTIVE_GVP
 +
POWER_GVP
 +
 +
This value does not change with localization.
 +
}}
 +
 +
{{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.
 +
}}
  
 
[[Category:V:GIM:8.5DRAFT]]
 
[[Category:V:GIM:8.5DRAFT]]

Revision as of 14:05, May 5, 2016

Table DIALING_MODE

Comments or questions about this documentation? Contact us for support!