Salesforce Dictionary - Free Salesforce GlossarySalesforce Dictionary
DictionaryLList Price
SalesBeginner

List Price

The List Price in Salesforce is the published, standard price of a product as defined on a Price Book Entry record.

§ 01

Definition

The List Price in Salesforce is the published, standard price of a product as defined on a Price Book Entry record. Every Product can have multiple Price Book Entries (one per Price Book), and each entry stores the List Price for that product in that price book. When a user adds a product to an Opportunity, Quote, or Order, Salesforce defaults the line''s Unit Price to the List Price; the user can then override it with negotiated pricing while preserving the List Price as the reference baseline.

List Price is the foundation of every Salesforce pricing implementation, from the standard Sales Cloud opportunity-line pricing to the more sophisticated Salesforce CPQ quote-line pricing. The price lives on the PricebookEntry standard object, identified by the combination of Pricebook2 (the price book) and Product2 (the product). Each entry can be active or inactive, multi-currency in multi-currency orgs, and can carry custom fields for additional pricing metadata. The reporting on List Price vs. negotiated Unit Price drives discount-analysis, margin-protection, and pricing-governance programs.

§ 02

How List Price flows through the Salesforce pricing model

The PricebookEntry data model

Each PricebookEntry record links a Product2 to a Pricebook2 with a UnitPrice (the List Price). Multi-currency orgs have one PricebookEntry per currency per product per price book. The IsActive flag controls whether the entry can be added to opportunity, quote, or order line items.

Standard Price Book vs. custom price books

Salesforce ships a Standard Price Book that every org gets by default. Customers create custom price books for different sales contexts (US Direct, EMEA Channel, Government), each with its own set of PricebookEntries. The Standard Price Book typically holds the master list price; custom price books hold the same products at different prices for different markets.

Opportunity line item pricing

When a user adds a product to an Opportunity, the line''s Unit Price defaults to the List Price from the active price book. The user can override the price (creating a negotiated value), apply a discount percentage, or change the quantity. The List Price stays on the line as a reference; the Discount field calculates the percentage difference automatically.

CPQ pricing on top of List Price

Salesforce CPQ extends the basic List Price model with discount schedules, block pricing, contract pricing, and price rules that automate complex pricing logic. Each CPQ quote line starts from the List Price, applies the configured pricing rules, and produces the final Customer Price. CPQ stores the calculation trail so finance and audit can verify how every discount was applied.

Multi-currency list pricing

Multi-currency orgs need a PricebookEntry for each currency the product is sold in. The List Price in EUR is not just the USD price converted; it''s an independently-set price that reflects local market conditions. Some orgs maintain only the corporate currency price and let the conversion engine derive the rest; others maintain market-specific list prices per region.

Discount analysis and reporting

The most valuable reporting use of List Price is discount analysis: comparing the negotiated Unit Price to the List Price across opportunities, regions, products, and reps. Outlier discounts (more than 20 percent off list) surface candidates for sales-process review. The reports also identify reps consistently under-discounting (potentially missing market price) and products that always discount heavily (suggesting the list price is wrong).

Approval rules tied to List Price

Many orgs require manager approval when the discount from List Price exceeds a threshold. The approval rule fires based on the Discount field (which the system calculates from List Price vs. Unit Price). Approval workflow ensures pricing governance without blocking every deal manually.

§ 03

Set up List Prices in Salesforce

The setup loop is: create Products, create or activate Price Books, create PricebookEntries linking each Product to each Price Book with its List Price.

  1. Create the Product2 records

    Setup or Products tab. Define each Product with its name, code, family, and active flag.

  2. Activate the Standard Price Book

    Setup or Price Books tab. Activate the Standard Price Book; it must be active before products can be priced.

  3. Add the product to the Standard Price Book

    Open the product, click Add to Price Book, pick Standard Price Book, set the Standard Price (which becomes the List Price for that combo).

  4. Create custom price books if needed

    For market-specific or channel-specific pricing, create custom Price Book records.

  5. Add the product to each custom price book

    For each custom price book, add the product with the appropriate List Price for that market.

  6. Verify on an Opportunity

    Create a test opportunity, pick the relevant price book, add the product, confirm the line''s Unit Price defaults to the List Price.

Mandatory fields
Product2required

The product the price applies to.

Pricebook2required

The price book the entry belongs to.

UnitPrice (List Price)required

The published price for this product in this price book.

IsActiverequired

Controls whether the entry can be used on new lines.

CurrencyIsoCode (multi-currency)required

The currency the List Price is denominated in.

Gotchas
  • The Standard Price Book must be active. Without it, no PricebookEntries can be created.
  • Multi-currency orgs need PricebookEntries per currency per product. Skipping a currency means the product cannot be sold in that currency.
  • Changing the List Price affects only future opportunities. Existing opportunity lines keep their snapshotted List Price at the time of creation.
  • Deactivating a PricebookEntry removes the product from new opportunity creation but does not affect existing lines.
§

Trust & references

Sources

Cross-checked against the following references.

Official documentation

Straight from the source - Salesforce's reference material on List Price.

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. What is List Price?

Q2. Where does List Price live?

Q3. What's a typical use of List Price?

§

Discussion

Loading…

Loading discussion…