top of page
CodeStringers Logo

HOW TO EXPLORE FIT

See whether we're the right partner — before you commit to anything.

No-Risk Discovery is a short, practical conversation that gets you a clear view of your options — with no obligation to keep working with us.

Zoho CRM Custom Views Explained: Criteria, Sharing, and Sorting Without the Guesswork

  • 1 day ago
  • 6 min read
Zoho CRM Custom Views Explained: Criteria, Sharing, and Sorting Without the Guesswork


By the CodeStringers Team — Zoho Experts & Custom Software.


A sales manager we work with used to start every Monday the same way: open the Deals module, scroll past a few hundred records that had nothing to do with her team, then eyeball which ones were slipping. It took twenty minutes and she still missed deals. The fix wasn't a new report or an add-on — it was a saved custom view her reps could open in one click. If you're weighing that kind of cleanup across a whole org, it's the everyday work our Zoho CRM consultants do before anyone talks about dashboards or automation.


A custom view in Zoho CRM is a saved, filtered version of a module's list — its own set of criteria, its own columns, its own sort order, shared with exactly the people who should see it. It lives inside the module (Leads, Deals, Contacts) and answers one question well: which records matter to this person, right now?


That distinction matters because of where sales time actually goes. Salesforce's State of Sales research found reps spend less than 30% of their week actually selling — the other 70-plus percent disappears into admin, data hunting, and internal busywork (source: https://www.salesforce.com/news/stories/sales-research-2023/). A view that surfaces the right ten records instead of ten thousand is a small dent in that number, and small dents add up.


List view vs. custom view vs. styled view — which one do you actually need?

Before building anything, figure out which tool you're reaching for. People conflate three different things.


  • The default list view is what a module shows out of the box. You can reorder or hide columns on it, but you can't save a filtered slice as its own named thing.

  • A custom view is a named, saved, filtered list — the workhorse this article is about.

  • A styled or Kanban view changes how records look (cards, tiles, columns-by-stage), not which records qualify. Different job entirely.


Decision flow: when to use a Zoho CRM list view, custom view, or styled view, and how a custom view's criteria and sharing narrow records


The rule of thumb: if you're changing which records appear, you want a custom view. If you're only changing how they're arranged on screen, stay in the list or Kanban view. Getting that wrong is the most common reason people think custom views are "broken" — they built a Kanban board and expected it to filter.


How custom-view criteria work in Zoho CRM

Criteria are the filter — the set of rules that decides which records qualify. Zoho CRM lets you stack up to 25 criteria in a single view, combined with an AND/OR pattern editor and brackets to control precedence (source: https://help.zoho.com/portal/en/kb/crm/customize-crm-account/managing-module-views/articles/list-view). Without brackets, the system reads a pattern like ((1 or 2) and 3), so grouping is worth getting right.


A pattern our team leans on for a "my active pipeline" view looks like this:


(Owner is <current user>)
AND (Stage is not Closed Won)
AND (Stage is not Closed Lost)
AND (Closing Date is in the current fiscal quarter)


Two field-behavior details save real debugging time:


  • Owner-based criteria travel. If you set the owner to the logged-in user rather than a named person, one shared view works for the whole team — each rep sees only their own records. You build it once.

  • Cross-module criteria exist now, and they're powerful. Zoho added support for filtering a module by fields on related modules or subforms — up to 3 related modules or subforms per view, with up to 3 fields per module (source: https://help.zoho.com/portal/en/community/topic/empowered-custom-views-cross-module-criteria-now-supported-in-zoho-crm). That means a Deals view can filter on the linked Account's industry or region without a workflow or a formula field doing the join for you.


That last one quietly retires a lot of the custom fields people used to create just to make records filterable.


Choosing and sorting columns

Criteria decide which records show; columns decide what you see about them. In the view editor you drag the fields you want into the display, in the order you want them, and Zoho's own guidance is to keep it under 10 columns so the list doesn't force horizontal scrolling (source: https://help.zoho.com/portal/en/kb/crm/customize-crm-account/managing-module-views/articles/list-view).


Sorting is per-column and lives on the list itself: click a column header to sort ascending or descending. One practical note from building these at scale — sort by the field that drives the daily decision, not the record name. A collections view sorted by days overdue descending puts the fire at the top. Sorted alphabetically by company, it hides it on page 4.


A good custom view answers one question in one screen. If it needs a scrollbar and a second glance, it's really two views.


Sharing a custom view to users, roles, and groups

This is where custom views stop being a personal convenience and become an operations tool. When you save a view, Zoho gives you three sharing scopes: show it only to you, show it to all users, or share it with selected recipients — and "selected" lets you pick Users, Groups, Roles, or Roles and Subordinates (source: https://help.zoho.com/portal/en/kb/crm/customize-crm-account/managing-module-views/articles/list-view).


The scope you choose has real consequences, so match it to the org chart:


Share scope

Who gets it

Best for

Only me

Just you

Personal working lists, drafts

All users

Everyone with module access

Company-wide standards ("Open Deals This Quarter")

Selected: Roles / Roles & Subordinates

A role and, optionally, everyone reporting under it

A manager plus their team, without naming each rep

Selected: Groups

A defined group of users

Cross-functional squads (e.g., a deal desk)


Two things worth building into your standard operating procedure. First, when you share a view, Zoho exposes a Lock this view option — check it and the recipients can use the view but can't quietly rewrite its criteria, so your "official" pipeline definition stays official. Second, sharing a view is not the same as sharing the records in it; visibility of the underlying records is still governed by your roles, profiles, and data-sharing rules. A rep only ever sees the records they're already permitted to see, filtered by the view — never more.


If your role hierarchy and sharing rules aren't clean, this is exactly the moment to fix them, and it's a core piece of what our Business systems consultant work sorts out during an implementation.


Book a free Zoho consultation and we'll audit your current views, roles, and sharing model in one session — start with a no-risk discovery call.


A worked example: a shared "at-risk pipeline" view

Here's the Monday-morning problem from the top of this article, solved as one view on the Deals module:


  1. Criteria: Stage is not Closed Won AND Stage is not Closed Lost AND Closing Date is before Today AND Amount is greater than 5000. That's four rules — well inside the 25-criteria ceiling — surfacing open deals that should have closed and are big enough to chase.

  2. Columns: Deal Name, Account Name, Amount, Closing Date, Owner, Stage. Six columns, no horizontal scroll.

  3. Sort: Closing Date, oldest first — the most overdue deals rise to the top.

  4. Share: to the Sales Manager role and subordinates, with Lock this view on, so the definition of "at risk" is the same for every rep and can't drift.


That view replaced a twenty-minute manual scan with a one-click list, and it's the kind of quiet operational win that adds up. Nucleus Research pegs the average return on CRM at $8.71 for every dollar spent — but that number only shows up when people actually use the system, and people use what's fast to look at (source: https://nucleusresearch.com/research/single/crm-pays-back-8-71-for-every-dollar-spent/). When the right records are one click away, adoption stops being a fight.


Common mistakes we see with custom views

  • One giant view for everyone. A 15-criteria monster that tries to serve sales, support, and finance serves no one. Build focused views per role.

  • Naming records instead of owners in criteria. Hard-coding "Owner is Jane" breaks the moment Jane changes teams. Use the current-user token.

  • Skipping the lock. Shared, unlocked views drift — three months later everyone's "pipeline" means something slightly different.

  • Reaching for a custom module or field. With 25 criteria and cross-module filtering, most "we need a new field to filter on" requests are actually just a smarter view. If you do genuinely need engineered logic beyond what views offer, that's where custom software development picks up — but check the view first.


Zoho CRM custom views explained: the takeaway

Custom views are the highest-leverage, lowest-cost customization in Zoho CRM: criteria decide who qualifies, columns and sort decide what you read at a glance, and role- or group-based sharing (with a lock) turns a personal list into a team standard. Master the four moving parts — criteria, columns, sort, sharing — and you've solved most of the "our CRM is cluttered" complaints without a single line of code. When the cleanup runs deeper than views can reach, book a free Zoho consultation and we'll map it with you — start a no-risk discovery call.


CodeStringers is a custom software engineering firm with a dedicated Zoho practice, writing from work we've actually shipped for clients.


For more on shaping Zoho CRM to your team, see our guides to Zoho CRM assignment rules and Zoho CRM page layouts.

Comments

Rated 0 out of 5 stars.
No ratings yet

Add a rating

Subscribe

Recent Posts

bottom of page