Jump to: navigation, search
m (1 revision imported: Some parameters changed for consistent camelCase usage)
Line 1: Line 1:
 
= Table ATTEMPT_DISPOSITION =
 
= Table ATTEMPT_DISPOSITION =
 +
 +
{{PDMColumn
 +
|colName=ATTEMPT_DISPOSITION_KEY
 +
|colDesc=The key that uniquely identifies the disposition. The value combines the state and the descriptor that provides additional details. The key value enables you to calculate the state by using appropriate bit masks. The first eight bits specify the cause, which equals the integer value that is supplied by Outbound Contact Server. The next eight bits specify the descriptor that is generated by Genesys Info Mart.
 +
}}
 +
 +
{{PDMColumn
 +
|colName=CAUSE
 +
|colDesc=The cause as specified in the OCS model. This value can change with localization.
 +
}}
 +
 +
{{PDMColumn
 +
|colName=CAUSE_ID
 +
|colDesc=An integer that equals the value that is supplied by Outbound Contact Server to specify the cause.
 +
}}
 +
 +
{{PDMColumn
 +
|colName=CAUSE_CODE
 +
|colDesc=The cause code that is equivalent to the OCS model cause. This value does not change with localization.
 +
}}
 +
 +
{{PDMColumn
 +
|colName=DESCRIPTOR
 +
|colDesc=Specifies whether the final transition was caused by an agent or by the system, or whether this is unknown. Because not all outbound dispositions support descriptor, most dispositions have only an 'Unknown' value. This is a string value that can be localized or changed, based on reporting needs.
 +
}}
 +
 +
{{PDMColumn
 +
|colName=DESCRIPTOR_CODE
 +
|colDesc=The code of the descriptor. This field is set to one of the following values:
 +
 +
- BY_AGENT
 +
- BY_SYSTEM
 +
- UNKNOWN
 +
 +
This value is not localizable and should not be changed.
 +
}}
 +
 +
{{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 15:38, May 3, 2016

Table ATTEMPT_DISPOSITION

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