You do need to create an XML file to "link" the KVP custom data being extracted by ICON... The XML File must also be referenced in each of the relevant ICON Application parameters, in CME/CIM (usually defined under [i]adata-spec-name [/i] = [i]ccon_adata_spec.xml[/i]). I also believe it is standard practice to save the XML in the same root directory as the ICON executable file, so that it can read off the settings.
Here is an example of the ICON XML (but the template is available on the installation CD...) - don't forget that there are 3 Custom Data Tables;
[color=blue]- <adata_spec>
<public />
<secure />
<call />
- <call-cust>
<key name="Skill" source="userdata" history="last" field="cust-data-1" /> </call-cust>
- <call-cust1>
<key name="AccountType" source="userdata" history="last" field="cust-data-1" />
</call-cust1>
<call-cust2 />
</adata_spec>[/color]
- Once this has been edited and saved in the correct File Directory, you should restart ICON.
You will also need to reference the KVP's in the Infomart Application in CME/CIM. There is a Section in the CME/CIM Application Options called "[i]ixn-user-data-facts[/i]" - this is where the ICON KVP entires should be applied (e.g. Option_Name = "[i]cust-data-1[/i]", Option_Value = "[i]LAST[/i]")
- After applying these changes, the data *should* become available in the Infomart G_CALL_USERDATA_CUST Table...
TT