What it does
The opportunity pipeline view is a single screen combining an editable grid of opportunities, a row of metric tiles, a bubble chart and a sales funnel, with a side panel for editing a record without leaving the list. It's what used to be called deal manager, renamed rather than replaced.
Key facts
- Sellers reach it from Opportunities, then Show As > Pipeline view. It ships in the out-of-the-box Sales Hub and Sales Professional apps; a custom app needs the control adding to the form or view explicitly.
- Admin settings live in Sales Hub under App Settings > General Settings > Opportunity pipeline view. Sales Professional has no menu entry — you get there by appending
&pagetype=control&controlName=MscrmControls.Sales.DealManagerSettings.DealManagerSettingsto the app URL. - The side panel opens the Sales Insights form by default. An admin can point it at the main Opportunity form or a custom form, and a seller can override the choice for themselves; their preference is remembered.
- Default metric tiles are admin-defined: pick a numeric column and an aggregate, then optionally a filter (Created On, sales stage, and so on). Sellers can pick their own on top of the defaults.
- Grouping and aggregation in the grid are admin-enabled switches on the pipeline view control. On monthly channel or early access, they're on by default.
- The bubble chart plots opportunity score or deal probability against close date, with revenue as bubble size and opportunity grade or pipeline phase as colour. Score and grade come from Sales Insights predictive scoring, so without that licensed you fall back to probability and phase.
- The funnel chart aggregates estimated revenue by pipeline phase and supports up to 50,000 records; beyond that you need to filter the view down.
- Permissions are governed by the
dealmanagersettingsanddealmanageraccesstables — worth knowing when a role can see the grid but not the settings page. - Any custom JavaScript written against the old deal manager editable grid needs reworking for the pipeline view; it does not carry across untouched.
- The charts only show stages associated with the Opportunity table. In a multi-table process, stages belonging to Quote or Order won't appear as phases.
When to use / skip
This is the closest thing Sales has to a proper seller cockpit, and it's free with the app. If the client's sellers currently live in a personal view of Opportunities with fifteen columns, switching them to pipeline view is one of the cheapest adoption wins available.
It's less useful for managers than it looks. The metrics are the seller's own pipeline by default, and anything cross-team is better served by dashboards or forecasting. Don't sell it as a management reporting tool.
Skip it, or at least deprioritise it, where the client has a small opportunity volume — under a few dozen open deals per seller, a well-built view with a chart does the same job with less configuration. Also skip if the client has built a custom opportunity grid experience already; running both confuses everyone about which is authoritative.
Configuration decisions
- Which form backs the side panel. Sales Insights form is denser and the default; the main form is familiar but tall and slow to scan.
- Which default metrics to seed, and whether they're weighted (probability-adjusted) or raw estimated revenue. Sellers rarely change defaults, so this choice sticks.
- Whether grouping and aggregation are on, and which column sellers are expected to group by — stage is the obvious one, owner less so for an individual contributor.
- What the bubble chart is segmented by. Pipeline phase if there's no Sales Insights licence, opportunity grade if there is.
- Which view the pipeline view opens against — My Open Opportunities is the sensible default, but clients with team selling often want something else.
- Whether the pipeline view or the standard grid is the default landing experience for the Opportunities area.
Gotchas
- The funnel silently stops being useful above 50,000 records in scope. Sellers won't report it; they'll just stop trusting the chart.
- Opportunity score and grade need Sales Insights. Configure the chart around them without checking the licence and you'll demo a chart that renders empty in the client's tenant.
- The Sales Professional settings page has no navigation entry. If nobody wrote the URL down, the next consultant assumes the settings don't exist.
- Seller personalisation sits on top of admin defaults, so changing a default metric after go-live won't reach users who have already customised. Announce changes rather than assuming they land.
- Old deal manager customisations, especially editable grid script, break on the pipeline view. Budget for this on any org that configured deal manager before the rename.
- Multi-table processes make the phase colouring look incomplete, because only Opportunity-associated stages are charted.
Consultant notes
- Demo it to sellers, not to the sponsor. The sponsor wants the funnel; the sellers want inline edit and the side panel, and they're the ones who decide whether it gets used.
- Seed three or four metrics maximum. A full row of tiles reads as noise and nobody looks at any of them.
- If the client is on Sales Professional, record the settings URL in the handover pack.
- Check the licence position on Sales Insights before designing the charts, and be explicit with the client about which visuals depend on it.
- Before go-live, load a realistic volume of opportunities and look at the funnel and grid performance with a seller's own view, not a filtered demo set.
Worth another look after the next release wave, since this area has been renamed once already and the settings page keeps moving.