Navigating modules¶
Why this matters¶
All day-to-day work in ZaazCRM happens inside a module: contacts, leads, companies, cases, quotes, products, calendar, files. Each module is a collection of records of the same type. Learning once how to navigate a module covers you for the 20 or 30 modules your company uses — they all work the same way.
What a module is¶
A module is like a table: it has many records (rows) and each record has several fields (columns). For example, the Contacts module has one record per customer or prospect, with fields like name, email, phone, company.
You reach modules from the sidebar. Click a module and you land on its list view.
The three views of a module¶
Every module has three distinct views depending on what you're doing:
| View | When you see it | What it's for |
|---|---|---|
| List | Entering a module from the sidebar | Seeing many records at once |
| Detail | Clicking on a record | Seeing all the information about one record |
| Form | Clicking Create or Edit | Creating a new record or modifying an existing one |
The list view¶
This is the screen you land on when you click a module name in the sidebar. It shows every record you have permission to see. Above the list are three important controls:
- Search and filters — search field plus saved-filter button. Details in Search and filters.
- Create button (upper-right corner) — opens the form in create mode.
- View toggle (table / cards / kanban) — switches how records are displayed.
The list in table mode is the most common — one row per record, configurable columns, sortable by column. In cards mode each record is a visual card with photo and key fields. In kanban mode records are grouped into columns by a status field (e.g. leads by stage: new / contacted / quoted / customer), and you can drag between columns to change the status.
Not every module has all three modes. Your administrator decides which are available per module.

The detail view¶
Clicking any record in the list takes you to its detail. You see all the record's information organized into sections (customer data, company data, address, etc.), plus a side column with summary and quick actions.
Below the data are related tabs — everything connected to this record. For example, on a contact's detail you find tabs for:
- Their open cases (tickets)
- Their quotes and invoices
- Their archived files
- Their sent/received emails
- Internal team comments
- Their activity timeline (who changed what)
Each tab is itself a list of the related module, filtered to the context of the parent record.

The form view¶
Appears when you create or edit. Fields are grouped into sections so the form doesn't feel overwhelming. Required fields are marked with a red asterisk (*).
At the bottom of the form are two buttons: Save (applies the changes) and Cancel (discards and returns to the previous screen). Some long forms also offer Save and continue editing, handy when you're going to fill out several tabs.
How to move between views¶
- List → Detail: click any row/card/record.
- Detail → List: Back button in the upper-left, or click the module in the sidebar.
- List → Form (create): Create button in the upper-right.
- Detail → Form (edit): Edit button in the upper-right of the detail.
- Form → Detail: Save button.
- Form → List: Cancel or the back arrow.
Watch out for¶
- Not everything you see in the list is editable. Permissions apply per field. You may see a contact's name, but when you open the detail some fields appear grayed out (read-only) because your role can't modify them.
- Kanban mode changes status on drop. If you drag a lead from "Contacted" to "Customer", the change applies immediately — there's no confirmation step. If it was a mistake, open the lead and move it back manually.
- Not every module has a separate detail screen. Small lookup modules (taxes, currencies) are edited directly from the list or a modal, without a dedicated detail screen.
- Deleted records don't disappear forever right away. ZaazCRM uses soft-delete: the record is hidden, but an administrator can restore it from the trash for a limited time.
Where to next¶
- Search and filters — find specific records quickly.
- Contacts — start using the first day-to-day module.