I have extended the following entity TaxServiceTaxRegistrationNumberCustomerEntity, adding LogisticPostalAddress to have the information of the addresses with the TaxRegistration. The export works correctly, but when doing the import it does not.
The entity is set as read-only and in the field properties it does not allow editing, so it should not give an error when importing.
I only want to import new TaxRegistration records, I do not want to add any address. I have debugged it and the error comes from the insert method of the entity and it returns the following error.
'The value "CustomerLogisticsPostalAddress" is not found in the map
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.