My Oracle Support Banner

How To Have "Vaue Match" Method From "DeDuplication" Business Service Considering Street Address And Having the Same Score As In The User Interface? (Doc ID 2984349.1)

Last updated on NOVEMBER 03, 2023

Applies to:

Siebel Universal Customer Master - Version 17.0 [IP2017] and later
Siebel CRM - Version 17.0 [IP2017] and later
Information in this document applies to any platform.

Goal

How to have "DeDuplication" Business Service > "Value Match" Method matching with same Score as seen in the User Interface?

1- Have 2 Accounts as below:

Name                                                                               Street Address                      City           State Postal Code   Country
THE UNIVERSITY OF TEXAS -  CENTER                               1515 Holcombe Blvd               Houston    TX              77030  USA
THE UNIVERSITY OF TEXAS -  CTR                                     13900 Katy Freeway               Houston     TS              77079   USA


2- Go to My Accounts and create a 3rd one:

THE UNIVERSITY OF TEXAS - CENTER                                13900 Katy Freeway Houston TS 77079  USA


3- In the UI scores are:

THE UNIVERSITY OF TEXAS - CENTER                               1515 Holcombe Blvd Houston TX 77030  USA ***** Score: 71
THE UNIVERSITY OF TEXAS - CTR                                     13900 Katy Freeway Houston TS 77079  USA ***** Score: 93 *** This is expected as it has the correct Address ****


4- Use the message below to save it in a text file and import it in the Business Simulator UI:

<?xml version="1.0" encoding="UTF-8"?><?Siebel-Property-Set EscapeNames="true"?><Test_spcService
Service_spcName="DeDuplication"
Method_spcName="Value Match"
Iterations="1"
></Test_spcService
>


In the Arguments applet, import the below:

<?xml version="1.0" encoding="UTF-8"?><?Siebel-Property-Set EscapeNames="true"?><PropertySet
BC_spcName="Account"
><Adapter_spcSettings
Threshold="50"
></Adapter_spcSettings
><Match_spcValues
City="Houston"
Street_spcAddress="13900 Katy Freeway"
State="TX"
Country="USA"
Name="THE UNIVERSITY OF TEXAS - CENTER"
Postal_spcCode="77079-1012"
></Match_spcValues
></PropertySet
>


5- Run It and note the Output below:

THE UNIVERSITY OF TEXAS - CENTER        1515 Holcombe Blvd Houston TX 77030  USA ***** 63
THE UNIVERSITY OF TEXAS - CTR              13900 Katy Freeway Houston TS 77079  USA ***** 58

 

Solution

To view full details, sign in with your My Oracle Support account.

Don't have a My Oracle Support account? Click to get started!


In this Document
Goal
Solution
References


My Oracle Support provides customers with access to over a million knowledge articles and a vibrant support community of peers and Oracle experts.