Hi Everyone,We have different deduplication rules to be applied in order
to get the unique results.We need to create a concatenated string for
different fields and then compare those concatenated strings with a
logical ´OR´.contact(First_Name , Last_name) + RFC ORcontact(First_Name
, Last_name) + email ORcontact(First_Name , Last_name) + phone
ORcontact(First_Name , Last_name) + mobile ORcontact(First_Name ,
Last_name) + office_phone ORmobile + email ORphone + email ORI have seen
the ´OR´ can be...