godanSec / Website

Placeholder for website repository. Click on the repository and then on Issues to view and add issues.
0 stars 0 forks source link

error: new partner registration contact conflicts with existing CRM contact #45

Closed anabrandusescu closed 8 years ago

anabrandusescu commented 8 years ago

When a new organisation signs up and the contact point already exists in CRM, they are not able to register their organisation.

Can they be able to register even if they already exist in our CRM (most likely linked to prospective partner group)?

@VTsantilis @stoitsis

VTsantilis commented 8 years ago

@anabrandusescu When the become partner form is submitted, if the contact point information exists already in crm (based on email) the crm contact is updated. So we used this approach to prevent existing crm contacts to be updated (regarding first name - last name). We disabled this and added an information message so everyone now will be able to register even if they already exist in CRM. If you agree you can close this.

anabrandusescu commented 8 years ago

excellent! so just to double check. the individuals will no be duplicate contacts?

VTsantilis commented 8 years ago

@anabrandusescu no the individuals created from this form are matched based on email and the individual found is updated no duplicate individual is created but only first name - last name are updated based on the latest input. You can check anytime for duplicate contacts and merge them from crm admin interface.

anabrandusescu commented 8 years ago

@VTsantilis perfect. thanks again