I am building an Import package to retrieve account+contact data from Salesforce into MS Dynamics 365.
Accounts are imported succesfully, but I get errors when it tries to import the contacts associated to their respective accounts. To my understanding the error received occurs because the parentcustomerid$type field is set to 'contact' but should be 'account'.
The problem is that I am unable to change the value to 'account' when I try to edit the package. Is there a way how it can be changed?