Tuesday, February 2, 2016

Customization of PME OUT-OF-BOX algoithm in IBM MDM 11.4


Guys I was doing customization of PME out-of-box algorithm for one of the business requirement.
Here are some interesting points I have noticed while development:

1. I have created configuration project (suppose MDMpmeconfig)

2. for every configuration project you can find .imm file in the workspace where you can see all the configuration details(algorithms n alll).

3. In .imm file under Algorithm tag you will have to add your new attribute(Here I have added OrgLegalAddress attribute which will refer out of box entity partyAddress).

4.You will have to include required dependencies for this new attribute with out of box entities.

5. Insert entry in the CRITICALDATAELEMENT table for this new attribute and of course in the code tables as well(here CDADDRESSUSAGETP etc.)

6. Most Important step you will have to make an entry in the converter classes(which I have missed and got some error.)
here is high level path where you can find this converter class(you can't find it in workspace):

E:\Program Files\IBM\MDM_1\Samples\Rules\com.ibm.mdm.server.extrules.default\src\com\ibm\mdm\eme\party\converter

7. Again you will have to make an entry in the TCRM_extension.properties/TCRM.properties
(can be downloded from admin console under Application->Assets)



I hope this will be useful to you for customization.

Thanks.

No comments:

Post a Comment