Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 12 additions & 7 deletions docs/contacts/manage_contacts.rst
Original file line number Diff line number Diff line change
Expand Up @@ -328,17 +328,22 @@ 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,
#. Click the drop down box arrow in the top right hand corner of the Contact detail.
#. Select the Merge item. A modal box shows up.
#. Search for the Contact you want to merge into the current Contact. The select box updates as you search.
#. Select the right Contact and hit the **Merge** button.

2. Select the Merge item, a modal box shows up.
When you merge Contacts, the surviving Contact receives the following data:

3. Search for the Contact you want to merge into the current Contact. The select box updates as you search.
* **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.

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The 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 mergeCompanies() step to ContactMerger::merge() that transfers company associations while preserving the primary company designation.

Source: mautic/mautic#16247


4. Select the right Contact and hit the **Merge** button.

.. vale off
.. vale off

Send Email to Contact
=====================
Expand Down
Loading