cancel
Showing results for 
Search instead for 
Did you mean: 

[C4C] Automatic Account Duplicate Check on Creation

tokgozatakan
Participant
0 Kudos

Is it possible to trigger duplicate check automatically during account creation?

Accepted Solutions (1)

Accepted Solutions (1)

former_member226
Employee
Employee

Hi,

Ideally, duplicate check should be automatically triggered if it is not explicitly disbaled for your solution, as shown:

bc.png

However, if this does not suits your need then you can also trigger it via code. SAP does provide a standard action CheckForDuplicates which is PSM released as part of Customer BO. This action can be used to find potential duplicates with their similarity percent. You need to call this action as part of BeforeSave script.

Answers (0)