Hello All
I have question about duplicate detection rule.
is there any way to write duplicate detection rule based on two parameters.
for example in invoice entity, I have 2 fields, field 1: invoice number and field2: invoice type(1 and 2)
I want duplicate detection find duplicates between invoice number which invoice type is 1 or 2.
for better understanding see the below example
if invoice number = 2005 and invoice type =1
and invoice number =2005 and invoice type =2
the duplicate detection rule has no job
but otherwise if invoice number =2005 and invoice type =1
and invoice number =2005 and invoice type =1
the duplicate detection must detect the duplicate.
Thank you
*This post is locked for comments