You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When exporting AccountContactRelation, records being IsDirect = true shouldn't be exported as it's automatically created via the Contact.AccountId field.
Trying to import the exported file will fail because of duplicate value: Error importing record AccountContactRelationshipRef1: DUPLICATE_VALUE-This contact already has a relationship with this account.(ContactId).
Today the workaround is to export data via a data plan excluding the direct relations:
When exporting
AccountContactRelation
, records beingIsDirect = true
shouldn't be exported as it's automatically created via theContact.AccountId
field.Trying to import the exported file will fail because of duplicate value:
Error importing record AccountContactRelationshipRef1: DUPLICATE_VALUE-This contact already has a relationship with this account.(ContactId)
.Today the workaround is to export data via a data plan excluding the direct relations:
The text was updated successfully, but these errors were encountered: