The rule works if the customer is created manually.
I have tested to import several .csv files with duplicate records and the rule doesn't work in this scenario.
Does anyone know hoe to avoid importing duplicates records?
I have this format of .csv file: Code;Name;Address;City
also have: customers_day1_import.csv......customers_day2_import.csv
For example:
In customers_day1_import.csv I have:
777;CustomerA;Broadway no.1; New York
In customers_day2_import.csv I have:
777;CustomerA;broadway no.1; New York
From day1 and day 2 we only have the address typed different "Broadway" vs. "broadway".
When I import these 2 .csv files in BO appears duplicates records for this customer.
Does anyone know how to import records and only if "Code" is different then should create new record?
Thank you all.