-
Notifications
You must be signed in to change notification settings - Fork 75
Document data transfer during Contact merge #759
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: 7.2
Are you sure you want to change the base?
Changes from 1 commit
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -328,17 +328,25 @@ Merge two Contacts | |
|
|
||
| .. vale on | ||
|
|
||
| If you have 2 Contacts in the Mautic database who are physically one person, you can merge them with the Merge feature. | ||
| If you have 2 Contacts in the Mautic database who are physically one person, you can merge them with the Merge feature. | ||
|
|
||
| 1. Click the drop down box arrow in the top right hand corner of the Contact detail, | ||
| 1. Click the drop down box arrow in the top right hand corner of the Contact detail, | ||
|
|
||
| 2. Select the Merge item, a modal box shows up. | ||
| 2. Select the Merge item, a modal box shows up. | ||
|
|
||
| 3. Search for the Contact you want to merge into the current Contact. The select box updates as you search. | ||
| 3. Search for the Contact you want to merge into the current Contact. The select box updates as you search. | ||
|
|
||
| 4. Select the right Contact and hit the **Merge** button. | ||
|
|
||
| .. vale off | ||
| When you merge Contacts, the surviving Contact receives the following data: | ||
|
|
||
| * **Field data** - Values from the merged Contact fill empty fields on the surviving Contact. | ||
| * **Owner** - If the surviving Contact doesn't have an owner, it inherits the merged Contact's owner. | ||
| * **Points** - Points from both Contacts combine. | ||
| * **Tags** - Tags from both Contacts combine. | ||
| * **Company associations** - Company associations from the merged Contact transfer to the surviving Contact. If both Contacts have a primary Company, the surviving Contact keeps its primary. If only the merged Contact has a primary Company, the surviving Contact inherits that primary designation. | ||
|
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Added Company associations bullet point because PR #16247 fixes a bug where company associations were silently lost during Contact merges. The fix adds a Source: mautic/mautic#16247 |
||
|
|
||
| .. vale off | ||
|
|
||
| Send Email to Contact | ||
| ===================== | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.