In the Column List:
- P = Primary key
- M = Mandatory field
- F = Foreign key (where the term is used loosely to indicate a surrogate key reference to a field in another table, not a formal constraint)
- DV = Default value
- In the Data Type column, varchar/nvarchar means that the data type is varchar except in multi-language databases that use Unicode, in which case the data type is nvarchar. (The Info Mart database in Cloud deployments is not multi-language.) THIS BULLET DISPLAYS ONLY IN THE MSSQL AND CLOUD PDMs.
m (1 revision imported: Fix missing indexes) |
|||
Line 4: | Line 4: | ||
{{PDMTable | {{PDMTable | ||
|tableName = SDR_MILESTONE | |tableName = SDR_MILESTONE | ||
− | |shortDesc = Allows to | + | |shortDesc = Allows SDR facts to be described based on the milestones that the user reached. |
− | |tableDesc = This dimension table | + | |tableDesc = This dimension table enables Session Detail Record (SDR) facts to be described based on milestones that the user reached during the call. Each row describes a combination of milestones that are defined in the Application. |
|subjectAreas = PLACEHOLDER | |subjectAreas = PLACEHOLDER | ||
− | |introduced = | + | |introduced = 8.5.001 |
− | |modified = | + | |modified = |
|discontinued = | |discontinued = | ||
|group = SDR | |group = SDR | ||
Line 23: | Line 23: | ||
|foreignKey = | |foreignKey = | ||
|default = | |default = | ||
− | |colDesc = The unique identifier of the milestone block. | + | |colDesc = The primary key of this table. |
+ | |||
+ | {{Editgrn_open}}Tanya, you had: "The unique identifier of the milestone block." But the SQL shows this as an identity key -- i.e., generated by GIM?{{Editgrn_close}} | ||
|introduced = | |introduced = | ||
|modified = | |modified = | ||
Line 38: | Line 40: | ||
|foreignKey = | |foreignKey = | ||
|default = | |default = | ||
− | |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 | + | |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. |
|introduced = | |introduced = | ||
|modified = | |modified = | ||
Line 59: | Line 61: | ||
*FINAL | *FINAL | ||
*SELFHELPED | *SELFHELPED | ||
+ | {{Editgrn_open}}Tanya, I can't see where you got these values from, but I assume you're correct.{{Editgrn_close}} | ||
|introduced = | |introduced = | ||
|modified = | |modified = | ||
Line 73: | Line 76: | ||
|foreignKey = | |foreignKey = | ||
|default = NO_VALUE | |default = NO_VALUE | ||
− | |colDesc = Indicates the place the milestone block in the milestone hierarchy. A sequence of the following values, in an appropriate combination, is stored for each record: | + | |colDesc = Indicates the place of the milestone block in the milestone hierarchy. A sequence of the following values, in an appropriate combination, is stored for each record: |
*STRIKEOUT | *STRIKEOUT | ||
*BAILOUT | *BAILOUT | ||
Line 80: | Line 83: | ||
*SELFHELPED | *SELFHELPED | ||
|introduced = | |introduced = | ||
− | |modified = 8.5.004 | + | |modified = 8.5.004. {{Editgrn_open}}Tanya, the history shows that you added this entry in your last edit on Feb. 26. Was this just when we were playing around to check the template, and it should be deleted? If not, should say what the change was.{{Editgrn_close}} |
|discontinued = | |discontinued = | ||
}} | }} |
Revision as of 15:00, June 28, 2016
Table SDR_MILESTONE
Description
This dimension table enables Session Detail Record (SDR) facts to be described based on milestones that the user reached during the call. Each row describes a combination of milestones that are defined in the Application.
Hint: For easiest viewing, open the downloaded CSV file in Excel and adjust settings for column widths, text wrapping, and so on as desired. Depending on your browser and other system settings, you might need to save the file to your desktop first.
Column List
Column | Data Type | P | M | F | DV |
---|---|---|---|---|---|
ID | Oracle: NUMBER(10) MSSQL: int PostgreSQL: integer |
X | X | ||
MILESTONE | Oracle: VARCHAR2(255 CHAR) MSSQL: nvarchar(255) PostgreSQL: varchar(255) |
X | NO_VALUE | ||
MILESTONE_PATH | Oracle: VARCHAR2(512 CHAR) MSSQL: nvarchar(512) PostgreSQL: varchar(512) |
X | NO_VALUE | ||
CREATE_AUDIT_KEY | Oracle: NUMBER(19) MSSQL: numeric(19) PostgreSQL: numeric(19) |
X | X |
ID
The primary key of this table.
MILESTONE
Modified: 8.5.010 (in Microsoft SQL Server, data type modified in single- and multi-language databases)
Indicates the milestone that the caller passed, including the last milestone. Possible values are:
- STRIKEOUT
- BAILOUT
- DEFLECTION
- FINAL
- SELFHELPED
MILESTONE_PATH
Modified: 8.5.010 (in Microsoft SQL Server, data type modified in single- and multi-language databases)
Indicates the paths taken by callers as they move through the application flows.
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.
Index List
CODE | U | C | Description |
---|---|---|---|
I_SDR_MILESTONE | X | Ensures that the combinations of values that are stored in the dimension table are unique. |
Index I_SDR_MILESTONE
Field | Sort | Comment |
---|---|---|
MILESTONE | Ascending | |
MILESTONE_PATH | Ascending |
Subject Areas
No subject area information available.
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 |
---|---|---|---|
SDR_MILESTONE | CREATE_AUDIT_KEY | CTL_AUDIT_LOG | AUDIT_KEY |