Line 10: | Line 10: | ||
<ul> | <ul> | ||
<li>To generate a stub for the column descriptions on a wiki table page:<br> | <li>To generate a stub for the column descriptions on a wiki table page:<br> | ||
− | <nowiki>}}^p{{PDMColumn^p|colName=\2^p|colDesc=</nowiki></li> | + | <nowiki>}}^p^p{{PDMColumn^p|colName=\2^p|colDesc=</nowiki></li> |
<li>To generate a table you can use for further word-processing:<br> | <li>To generate a table you can use for further word-processing:<br> | ||
<nowiki>}}^p{{Temp^p|column=\2^p|text=</nowiki><br> </li> | <nowiki>}}^p{{Temp^p|column=\2^p|text=</nowiki><br> </li> |
Latest revision as of 13:08, May 5, 2016
Initial Conversion Job Aids
Procedure: Manipulations to convert GIM column descriptions into tabular format
Steps
- Word-process the .doc file from the last PDF: Using wildcards, search for Style Heading 3 and the following term:
(Column) (*)^13 - Do a global replace, using one of the following:
- To generate a stub for the column descriptions on a wiki table page:
}}^p^p{{PDMColumn^p|colName=\2^p|colDesc= - To generate a table you can use for further word-processing:
}}^p{{Temp^p|column=\2^p|text=
- To generate a stub for the column descriptions on a wiki table page:
- Copy the result to a wiki page, delete the first set of template-ending double braces(}}), add a closing set of double braces at the end, and save the page.
- If you want to generate a table for further word-processing, use the following DPL query. (Note that titlematch={{PAGENAME}} assumes the query will be on the same page as the Temp content; specify a different URL if necessary.)
{{#dpl: |namespace=Documentation |titlematch=%{{PAGENAME}}% |uses=Template:Temp |skipthispage=no |include={Temp}:column:text |table=,-,'''Column''','''Description''' |mode=userformat }}
Example
The following example is the ATTEMPT_DISPOSITION table:
ATTEMPT_DISPOSITION_KEY | 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. |
CAUSE | The cause as specified in the OCS model. This value can change with localization. |
CAUSE_ID | An integer that equals the value that is supplied by Outbound Contact Server to specify the cause. |
CAUSE_CODE | The cause code that is equivalent to the OCS model cause. This value does not change with localization. |
DESCRIPTOR | 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. |
DESCRIPTOR_CODE | 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. |
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. |
UPDATE_AUDIT_KEY | 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. |
Column | Description |
---|---|
ATTEMPT_DISPOSITION_KEY | 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. |
CAUSE | The cause as specified in the OCS model. This value can change with localization. |
CAUSE_ID | An integer that equals the value that is supplied by Outbound Contact Server to specify the cause. |
CAUSE_CODE | The cause code that is equivalent to the OCS model cause. This value does not change with localization. |
DESCRIPTOR | 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. |
DESCRIPTOR_CODE | 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. |
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. |
UPDATE_AUDIT_KEY | 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. |
This page was last edited on May 5, 2016, at 13:08.
Comments or questions about this documentation? Contact us for support!