Skip to content
Open
Show file tree
Hide file tree
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 14 additions & 0 deletions docs/configuration/settings.rst
Original file line number Diff line number Diff line change
Expand Up @@ -524,12 +524,26 @@ Segment settings
Company settings
****************

Company merge settings
======================

.. image:: images/company-merge-settings.png
:width: 600
:alt: Screenshot showing Company Merge Settings Configuration in Mautic

* **Merge by unique fields with operator** - You can determine which operator to use when merging fields if there is more than one unique identifier.

Company list settings
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.

New Company List Settings feature added in PR #16072. The PR adds a company_columns configuration in ConfigCompanyType.php and CompanyColumnsDictionary.php service to allow users to customize which columns display in the Company list view, mirroring the existing Contact list settings functionality.

Source: mautic/mautic#16072

=====================

.. image:: images/company-list-settings.png
:width: 600
:alt: Screenshot showing Company List Settings Configuration in Mautic

* **Columns** - Select from the left which fields appear on the Company list (when you go to Companies in Mautic and view the list).

To display the fields, select them from the left and move them to the right column, or remove from the right column if you don't want them to appear in the list.

Queue settings
**************

Expand Down
Loading