cancel
Showing results for 
Search instead for 
Did you mean: 

MDM workflow match step score

Former Member
0 Kudos

I have a requirement to match newly loaded record to existing MDM records and if matching score is lets say 90%, i need to update a field of the newly record with a flag.

How can achieve this using MDM workflow?

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Subin,

Just to confirm my understanding you wish to have a match step without human intervention and use matching score,also automation is desired for this process.

I dont think you can use matching scores in MDM validation and perform action based on that.For this purpose APIs are suited.Having buttons like "Duplicate check" in portal which triggers matching and updates flag would suit your purpose.

Thanks,

Ravi

Former Member
0 Kudos

Thank Ravi. Yes, you are right...i am trying to see without APIs if i could fetch matching score through any out of box workflow steps.

Former Member
0 Kudos

Hello,

An out of the box, solution would be to use workflows along with PI, if you have the middleware in your system landscape.

Else, JAVA API's is the only possible solution.

Regards,

Abhishek

Former Member
0 Kudos

Hi Subin,

In Match step in MDM Workflow, you get one output after the execution of matching strategy.

So if you can get matching score or Matching level(High - you can define High Threshold score as equivalent to 90%matching) as output, then you should be able to use this to trigger validation or assignment. As communicated earlier, i am not able to try this so asking you to kindly check if it is possible or not.

If above scenario does not work out, then best option would be to use  Java APIs for matching the records and if match level is >=90% then you can update the desired field using Java APIs only.

Apart from that i don't think you can achieve automation using other easier workaround.

Kindly let me know in case of any doubts. Thank you.

Regards,

Ankush Bhardwaj

Answers (1)

Answers (1)

Former Member
0 Kudos

To be more specific, i want all of the steps in workflow automated. I dont want user involvement in any of steps.

Former Member
0 Kudos

HI Subin,

You need to write Validation, assignment and define matching strategy to fulfill your requirement.

Create a workflow which will be triggered automatically after record add. Then next step would be Match step(Record vs. All) which will give you the match score. Using this match score you can execute validation(you would know what would be 90% score, so simple if statement will satisfy). If validation returns true, then execute Assignment else end workflow. I am not able to try this so request you to check this. This should help you in solving your problem. Thank you.

Regards,

Ankush Bhardwaj