Microsoft Dynamics 365 Customer Experience Analyst : Evaluate product pricing
In Dynamics 365 Sales, product pricing is managed through a flexible framework that allows organizations to define how products and services are quoted and sold. Pricing begins with the creation of a price list, which contains products, bundles, or services along with their associated prices. Each product can have multiple price list entries to support different customer segments, currencies, or regions. Dynamics 365 supports several pricing methods—including per unit, volume discounts, margins, and markups—to match diverse sales models. When sales reps create opportunities, quotes, or orders, the system automatically pulls prices from the relevant price list, ensuring consistency and accuracy. This structured approach not only reduces errors in quoting but also enables businesses to manage promotions, tiered pricing, and global sales strategies more effectively.
- Opportunities (to ensure pricing is correct before moving to a quote)
- Quotes (to double-check before sending to customers)
- Orders (when finalizing the transaction)
- Invoices (before billing)
- When you add a product to an opportunity or quote, Dynamics 365 automatically applies the pricing logic based on the selected price list.
- On the command bar, select "Recalculate" or "Evaluate Product Pricing".
- This action forces Dynamics 365 to refresh the product price from the price list, applying any discounts, quantities, or price overrides defined.
- The system recalculates Extended Amount, Discounts, Tax, and Total values.
- If your admin has set up custom price calculation plugins (like margin-based pricing), those will also be re-run.
- After recalculation, the record reflects the latest and most accurate pricing.
- If pricing rules or price lists were changed after the product was first added, this ensures the new values are applied.
- A company sells Vehicle GPS Units with volume discounts.
- Initially, a sales rep adds 5 units to a quote (system applies standard unit price).
- Later, the product manager updates the price list to include a bulk discount for 5+ units.
- The rep clicks Evaluate Product Pricing, and the system refreshes the quote line to reflect the discount.
- This ensures the customer sees the correct, updated price.
- Ensures product prices are always aligned with the latest price list.
- Eliminates manual recalculations and reduces quoting errors.
- Supports dynamic scenarios like promotions, discounts, or global pricing updates.
- Helps maintain pricing consistency across all sales records.
- Under the hood, Evaluate Product Pricing calls the CalculatePrice API message in Dataverse.
- Developers can customize this process using pricing plugins or calculation hooks if an organization has unique pricing rules beyond out-of-the-box price lists.
Published on:
Learn more