Details
-
Type:
Improvement
-
Status: Done/Fixed
-
Priority:
Trivial
-
Resolution: Fixed/Completed
-
Affects Version/s: 2.2.0
-
Fix Version/s: 2.2.0
-
Component/s: Core CiviCRM
-
Labels:None
Description
For ex: CSV file has first name, last name, email, external id
In update/fill mode.
If we match on external id:
Insert new record if no contact is found for external id.
If we match on dedupe ( email )
Insert new record if contact is not found with dedupe.
Note that in update/fill mode if Invalid Contact ID is passed, we should give error.