cancel
Showing results for 
Search instead for 
Did you mean: 

Possibility for duplicate check for MDG Custom Object like Service Master

Former Member
0 Kudos

Hi

Is it possibile tp perform duplicate check for MDG Custom Object like Service Master? If yes can you give me configuration steps or any link/document which can help me to build this?

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Sanjay,

It depends on your implementation and which technology you use. Technologies you can use for Duplicte check HANA, DB, ES, DQM.....

If it is a flex data model. You can only use DB and HANA duplicate check (and maybe DQM, that I'm not sure).

Else you can also use ES (Trex) and for sure DQM.

In general you follow the following steps:

  1. implement search connector class, which implements interface IF_USMD_SEARCH_DATA
  2. Define Search Application (MDGIMG) with match profile
  3. Configur duplicate check (MDGIMG) using the search mode and match profile defined in step 2

Cheers,

Henk