- 🇺🇸United States AaronBauman Philadelphia
I'm doing some cleanup on unsupported branches.
Please re-open this issue and update the version to 5.0.x-dev if this issue is still applicable to the latest release.
When Salesforce mapping ID changes for profiles, getting user duplication error when SF pull running to sync the profiles which is NOT considering existing profile with different mapping id and instead updating profile, trying to create new profile
Created two SF mappings for Push and pull respectively.
Create a user profile from Drupal which create the account in Salesforce using SF push mapping.
Update the same profile from Salesforce interface and pull the updated data to Drupal using SF pull mapping Cron URL. During this time I am getting Duplicate user entry error.
DBlog Error: Drupal\Core\Entity\EntityStorageException: SQLSTATE[23000]: Integrity constraint violation: 1062 Duplicate entry 'test@test.com-en' for key 'user__name': INSERT INTO {users_field_data} (uid, langcode, preferred_langcode, preferred_admin_langcode, name, pass, mail, timezone, status, created, changed, access, login, init, default_langcode) VALUES ......
Please let me know if this issue is already reported and the fixes are available.
Handle both PUSH and PULL using same mapping which is resolving this issue. But still wanted to know, SF will handle profile syncs for multiple mapping as described in problem statement?
Closed: outdated
4.3
salesforce_pull.module
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
I'm doing some cleanup on unsupported branches.
Please re-open this issue and update the version to 5.0.x-dev if this issue is still applicable to the latest release.