Contact custom fields are not imported when basic type custom field is included in import file
To replicate -
- Create a custom group which extends
Contact
. Add some fields to it. - Create a custom group which extends
Individual
. Similarly, add some fields. - Import contact with a csv file holding values of both the above custom fields.
- Only custom fields that extends
Contact
will be imported. The one created at step 2 will be ignored.