Data Quality Guide for Oracle Customer Hub > Configuring Data Quality with Oracle Enterprise Data Quality >

Sample Message from Siebel CRM to EDQ Siebel Connector for Additional Child Entity Deduplication


The following is a sample message with multiple email addresses sent from Siebel CRM. Note that there are is email address at the parent contact level (DriverRecord). The list of alternate email addresses are sent in the child entity (Communication Address) which maps to the Email attribute in EDQ.

<Data>
<DriverRecord>
<firstname>Mike</firstname>
<lastname>Jones</lasttname>
<workphone>1234567890</workphone>
<ListofPersonalAddress>
<PersonalAddress>
<address1>100 First Street</address1>
<city>San Jose</city>
<state>CA</state>
<country>USA</country>
</PersonalAddress>
<ListofCommunicationAddress>
<CommunicationAddress>
<email>mike@yahoo.com</email>
<usage>Personal</usage>
</CommunicationAddress>
<CommunicationAddress>
<email>mike@stanford.edu</email>
<usage>Campus</usage>
</CommunicationAddress>
<CommunicationAddress>
<email>mike@oracle.com</email>
<usage>Business</usage>
</CommunicationAddress>
</ListofCommunicationAddress>
</DriverRecord>
</Data>

Data Quality Guide for Oracle Customer Hub Copyright © 2018, Oracle and/or its affiliates. All rights reserved. Legal Notices.