Configuration & Customization

System settings, the navigation menu, and the sandbox-first process for configuration changes.

System Settings & the Navigation Menu

System Settings

Administration → Settings holds system-wide options. The ones you might reasonably touch:

Most settings apply immediately and are safe to adjust. If a setting mentions caching, performance, or "developer" options and you're unsure, leave it — and Sandbox-test anything you're uncertain about.

The Navigation Menu (Tab List)

The left sidebar is the Tab List: Administration → User InterfaceTab List.

The Tab List you edit here is the default for everyone. Individual users can further customize their own tabs in their preferences.

Dashboards

Wording (Label Manager)

What does not belong here

Changing fields, layouts, or record types is not done casually in this area — it follows the sandbox-first process in Making Configuration Changes.

Making Configuration Changes

Two kinds of change

Why configuration is special

The CBM CRM's structure is defined as versioned configuration files and applied with CBM's implementation tooling, so the system can be rebuilt or moved reliably and every change is tracked. If you hand-edit structure directly in Production (via Entity Manager or Layout Manager), those changes:

The sandbox-first process

  1. Describe the change — what field/layout/record type, on which record, and why.
  2. Make it in the Sandbox first (via the configuration files / implementation tool) and verify it.
  3. Review with whoever requested it.
  4. Apply to Production the same way, once confirmed.

This is the golden rule in its most important form. Structural changes affect everyone at once and are the easiest way to break things — never make them straight in Production.

Safe to do in the interface

Goes through the process (don't do casually in Production)

Who to involve

Configuration changes are made with the implementation tooling and, where needed, the CBM implementation team. If you're unsure whether something is "just data" or "configuration," treat it as configuration and check — see Getting Help and Next Steps.

List Sort Order & Search Fields

For each type of record (Contact, Account, Mentor Profile, and so on), you can set how its list is ordered by default and what its search box looks at. These are simple administrator settings — no coding involved, and they never change any of your data.

What you can set

How to change them

  1. Sign in to EspoCRM as an administrator.
  2. Open the Administration menu (top-right).
  3. Click Entity Manager.
  4. Click the record type you want to change (for example, Contact).
  5. Click Edit.
  6. Set the boxes you want:
    • Order By — choose the field to sort by.
    • Sort DirectionAscending or Descending.
    • Text Filter Fields — choose the fields the search box should search.
    • Full-Text Search — tick to turn it on.
    • Full-Text Search Min Length — leave blank, or enter a number.
  7. Click Save.
  8. If you are prompted, go to Administration → Rebuild to finish applying the change.

How to check it worked

Open that record type's list from the navigation menu. It should now be sorted the way you chose, and typing in the search box should look at the fields you picked.

Good to know