Below given an example of merging duplicate customers as subcustomer. Given here is some static internal ids of customers for reference. You can use search or whatever to provide dynamic values for merging. let cusTask = task.create({ taskType: task.TaskType.ENTITY_DEDUPLICATION }) cusTask.entityType =…
According to this documentation: Now that I have enabled the feature, then Attempting to register a new user on our SuiteCommerce web site should fail if the following are true: The existing customer has the same email address as the one attempting to register. The existing and new customer both have the same Subsidiary…
If we use duplicate detection to merge customer records, will the customer's transactions (such as sales order) be merged as one?
There are users who place orders on our web store without knowing we have done business with their company before thus creating a duplicate customer record. Currently the way we deal with this is by merging the records together using the offline record as the source so the online record does not lose their log in. But if…