Skip to content
Salesforce Dictionary - Free Salesforce GlossarySalesforce Dictionary
DictionaryOOwner Only Amount
SalesAdvanced

Owner Only Amount

An Owner Only Amount is the forecast value in Salesforce Collaborative Forecasts that counts only the opportunities a user owns directly.

§ 01

Definition

An Owner Only Amount is the forecast value in Salesforce Collaborative Forecasts that counts only the opportunities a user owns directly. It deliberately leaves out the amounts that roll up from anyone below that user in the forecast hierarchy.

In the data model it maps to the OwnerOnlyAmount field on the ForecastingItem object. The field sits next to ForecastAmount, which does include subordinate rollups, so a manager can read personal production and team production from the same forecast row.

§ 02

How owner-only separates personal production from the rollup

Where the value lives in the forecast hierarchy

The forecast hierarchy is a nested list of forecast users that decides how totals climb the org and who can view or adjust them. By default it follows the role hierarchy, and an admin marks certain users as forecast managers. Every person in that hierarchy produces forecast numbers, and those numbers consolidate upward to each manager. The Owner Only Amount is the part of a user's forecast that belongs to opportunities they personally own, before any subordinate figures are added. For an individual contributor with no reports, the owner-only value and the rolled-up forecast amount are identical. The two diverge the moment a user sits above other forecast users. A regional manager who carries a few strategic accounts will have an owner-only number for those accounts plus a larger ForecastAmount that folds in every rep underneath. Reading the owner-only column tells you what that one person is personally responsible for, separate from the team they lead. That separation is the whole point of the field, and it is calculated automatically as opportunities and forecast categories change.

Owner Only Amount versus the rolled-up Forecast Amount

On the ForecastingItem object, OwnerOnlyAmount and ForecastAmount answer two different questions about the same user and period. ForecastAmount is the total a manager sees after every subordinate forecast rolls into theirs, adjustments included. OwnerOnlyAmount strips all of that away and reports only the deals the user holds in their own name. The object also exposes AmountWithoutAdjustments and AmountWithoutManagerAdjustment, which let you compare raw pipeline math against the numbers people have manually nudged. Owner-only is useful precisely because it is not affected by the size of someone's team. A director with thirty reps and a director with three reps can be compared on personal contribution alone. It also helps when a manager's own deals are large enough to swing the team total. If the rolled-up forecast looks healthy only because the manager personally closed a marquee account, the owner-only figure makes that obvious. Pulling both values into the same report or dashboard gives leadership a clean read on team capacity and on each manager's individual quota attainment without double counting.

Why player-coach managers need the split

Many sales organizations run player-coach managers who carry a personal number while also leading a team. For these roles, a single blended forecast hides as much as it shows. If you only see the rolled-up total, you cannot tell whether the manager is hitting quota on their own deals or coasting on their team's output. The Owner Only Amount fixes that by isolating the manager's personal book. Compensation often depends on this distinction. A player-coach might earn against personal attainment, team attainment, or a mix of both, and finance needs the owner-only figure to settle the personal portion cleanly. The split also drives coaching conversations. A manager whose owner-only commit keeps slipping may be over-invested in their own deals at the expense of the team, or the reverse. Because the value is computed per user per forecast period, you can trend it across quarters and watch how a manager balances selling and coaching over time. Without owner-only, that signal is buried inside a total that mixes one person's effort with everyone else's, and the conversation becomes guesswork instead of evidence.

Forecast categories and rollup methods change the number

The Owner Only Amount is not one figure, it is a value per forecast category for the user's own opportunities. Collaborative Forecasts groups deals into categories such as Pipeline, Best Case, Commit, and Closed, mapped from each opportunity's stage. An owner-only Commit number, for example, sums only the user's own opportunities sitting in the Commit category. The rollup method you pick shapes how those category numbers read. With the individual forecast category method, each category shows only the opportunities in that exact category. With the cumulative forecast rollup, categories stack: a Best Case figure includes Best Case plus everything more committed, like Commit and Closed. The same logic applies to the owner-only slice. So an owner-only Best Case under cumulative rollup already contains the owner's Commit and Closed deals. Knowing which method your org enabled matters before you compare owner-only numbers across people or periods, because the same underlying pipeline produces very different category totals under the two methods. Quantity-based forecasts behave the same way through the OwnerOnlyQuantity field, which counts units instead of revenue for the user's own opportunities.

Reading the value in the UI and in reports

On the Forecasts tab, a manager's grid shows the rolled-up totals for the team alongside a row or column for the manager's own opportunities, so owner-only sits right next to the team rollup. Drilling into a forecast row lists the underlying opportunities, and the ones the user owns are what feed the owner-only figure. Because ForecastingItem is a read-only object, you cannot type a new owner-only value directly. It recalculates whenever the source opportunities change, when categories move, or when forecast adjustments are applied. Adjustments are worth a note here. A forecast user can adjust their own forecast through ForecastingOwnerAdjustment, and a manager can adjust a subordinate's forecast through ForecastingAdjustment. The AmountWithoutAdjustments and AmountWithoutManagerAdjustment fields exist so you can see the picture before those edits. For reporting, build a forecasting report or a dashboard that surfaces OwnerOnlyAmount next to ForecastAmount per user and period. That single comparison answers the recurring leadership question of who is carrying their own weight versus who is leaning on the team, and it does so without exporting data or stitching spreadsheets together by hand.

Common pitfalls when interpreting owner-only

The most frequent mistake is treating Owner Only Amount as a team number. It is not. Stacking owner-only figures up a hierarchy and adding them is fine, because each person's owners are distinct, but reading one manager's owner-only value as their team's performance will understate the group badly. A second pitfall is forgetting the rollup method, then comparing a cumulative owner-only Best Case against an individual-category one and concluding the pipeline shrank when only the math changed. A third is confusing owner-only with unadjusted. Owner-only still reflects the user's own adjustments to their own deals through owner adjustments, so it is not a raw, untouched number unless you also look at AmountWithoutAdjustments. Watch reassignments too. When an opportunity changes owner, it leaves the old owner's owner-only figure and joins the new one's, which can make a quarter look softer or stronger for reasons unrelated to actual selling. Finally, owner-only only means something inside an enabled forecast type. If Collaborative Forecasts is off or the forecast hierarchy is not configured, there is no ForecastingItem to read, and the value simply does not exist for that org.

§ 03

Turn on the forecasting that surfaces owner-only amounts

Owner Only Amount appears automatically once Collaborative Forecasts is enabled and the forecast hierarchy is built. You do not create the value, you turn on the feature that calculates it. These steps enable forecasting in Setup so the owner-only and rolled-up amounts show up for each user.

  1. Enable Collaborative Forecasts

    In Setup, go to Forecasts Settings and enable forecasting. This activates the Forecasts tab and the underlying ForecastingItem records that hold OwnerOnlyAmount and ForecastAmount.

  2. Define forecast types

    Add at least one forecast type, such as Opportunity Revenue, and choose whether it forecasts on amount or quantity. Quantity forecasts populate OwnerOnlyQuantity instead of the revenue field.

  3. Build the forecast hierarchy

    Open the forecast hierarchy and assign forecast managers based on your role hierarchy. The hierarchy is what tells Salesforce whose deals are owner-only and whose amounts roll up to a manager.

  4. Pick a rollup method

    Choose individual category rollup or cumulative rollup. This decides how owner-only and team figures populate each forecast category like Best Case and Commit.

Forecast measurementremember

Set each forecast type to revenue or quantity; this controls whether OwnerOnlyAmount or OwnerOnlyQuantity is populated.

Forecast managersremember

Designate which hierarchy users are forecast managers so subordinate amounts roll up to them and their own deals stay owner-only.

Rollup methodremember

Select cumulative or individual forecast category rollup to define how category totals are summed for both owner-only and team views.

Gotchas
  • ForecastingItem is read-only; you cannot set OwnerOnlyAmount by hand, it recalculates from the source opportunities.
  • If the forecast hierarchy is not configured, owner-only and rolled-up amounts will not appear for users.
  • Under cumulative rollup, an owner-only category figure already includes the more committed categories, so do not add them again.

Prefer this walkthrough as its own page? How to Owner Only Amount in Salesforce, step by step

§

Trust & references

Sources

Cross-checked against the following references.

Official documentation

Straight from the source - Salesforce's reference material on Owner Only Amount.

Was this entry helpful?
Help us write better definitions. Quick reactions or detailed edit suggestions.

About the Author

Dipojjal Chakrabarti is a B2C Solution Architect with 29 Salesforce certifications and over 13 years in the Salesforce ecosystem. He runs salesforcedictionary.com to help admins, developers, architects, and cert/interview candidates sharpen their fundamentals. More about Dipojjal.

§

Test your knowledge

Q1. In Salesforce Forecasting, what does the Owner Only Amount include for a given user?

Q2. Why does the Owner Only Amount matter most for a player-coach manager in a forecast hierarchy?

Q3. How does the Owner Only Amount differ from the standard rollup Amount on a manager's Forecast view?

§

Discussion

Loading…

Loading discussion…