Skip to main content

Hi All,

 

I am working on an enhancement project where I am adding more source system in existing model. As per the requirement I have added one match rule in Party Match Component at the bottom of existing matching rules and then I executed the component using Run button. Got message that Plans completed successfully. After that I executed load operation with some sample data in source which is passing that last added rule. Execution completed successfully but the records didnt merge. In master table they are present as 2 separate records. Am I missing any step? 

 

Thanks,

FS

Hi @fshahin,

To check if your newly added matching rule works, you can run the Matching step in debug mode.

First, you'll need to configure standalone bindings that will be used during debug mode.

To do this, open the step properties (double-click on the step), select Standalone Bindings in the navigation tree, and provide bindings for individual components. If you use the default matching configuration in your project, the defaults will look like those in the screenshot.


After that, you should be ready to launch Debug mode. To do this, click on the Step Debug button (green bug icon in the top right corner). This will allow you to pass sample data and get the results of the matching process.


Reply