cancel
Showing results for 
Search instead for 
Did you mean: 

MDM WebDynpro Java application: Matching Strategy execution

0 Kudos

Hello experts,

I am working on a MDM - WebDynpro Java based application where the requirement is to find duplicates from a table by executing Matching strategies and update another table. We are working on version 7.1.

I am able to execute the strategy and read the scores (success/failure) but the requirement is to read the score of each and every individual field/attribute and not the collective scores of each record.

So from the strategy I get collective score of each record (say 100 if success or 30 if fail) and what I need is score of each field (10+10+10... for 10 fields).

The code piece I am using is the standard one for executing the strategy. Please guide.

Shall appreciate any help. Thanks.

Regards

Gaurav

Accepted Solutions (1)

Accepted Solutions (1)

junwu
Active Contributor
0 Kudos

you are using api to execute the matching right?

try getRuleScore after you get the matching result

Answers (0)