Use this file to discover all available pages before exploring further.
Pricing Rules automatically adjust the price on a quote without requiring manual intervention from the rep. Unlike Quote Validation and Row Validation rules (which warn or block), Pricing Rules change the numbers directly.When a Pricing Rule fires, it produces a System Adjustment on the affected line items. This adjustment appears in the pricing waterfall between the List Price and the System Price, giving both the rep and deal desk full visibility into what changed and why.
When a Pricing Rule’s conditions are met, the action is a price adjustment rather than a message. The adjustment modifies the System Adjustment column on affected line items.
For dynamic adjustments that vary by customer attribute, region, or other external data, Pricing Rules can reference Data Sheets.Instead of hard-coding a percentage into the rule, the rule looks up the adjustment value from a Data Sheet at quoting time. This means you can change the adjustment by updating the Data Sheet without editing the rule itself.Example: A currency adjustment rule that looks up the markup percentage from an FX_Adjustments Data Sheet based on the deal’s currency code. EUR gets +8%, GBP gets +5%, JPY gets +12%. When rates change, you update the Data Sheet — the rule itself stays the same.
Adjust pricing for international deals to account for currency-specific costs.
Setting
Value
Name
EUR Currency Adjustment
Kind
Pricing Rule
Scope
Option
Condition
Currency Code equals EUR
Action
+8% on all lines
All line items on EUR-denominated deals receive an automatic 8% markup. The rep sees the adjustment in the System Adjustment column but doesn’t need to apply it manually.
Offer a discount for customers who choose annual over monthly billing.
Setting
Value
Name
Annual Billing Discount
Kind
Pricing Rule
Scope
Option
Condition
Billing Frequency equals Annual
Action
-10% on recurring lines only
Customers paying annually get a 10% discount on recurring line items. Monthly customers pay the full rate. The rep sees the incentive applied automatically when they select annual billing.
Reward large commitments with an automatic discount.
Setting
Value
Name
Enterprise Volume Incentive
Kind
Pricing Rule
Scope
Option
Condition
Recurring Total ≥ 100000
Action
-3% on all recurring lines
Deals with $100k+ in recurring revenue receive a 3% automatic discount. The rep sees it applied to every recurring line item, and can apply additional discretionary discounts on top.
Use a Data Sheet to vary the adjustment by region.
Setting
Value
Name
Regional Pricing Adjustment
Kind
Pricing Rule
Scope
Option
Condition
Currency Code is not equal to USD
Action
Apply markup from Regional_Adjustments Data Sheet, keyed by Currency Code
The Data Sheet contains the markup for each currency. The rule looks up the value at quoting time and applies it. No hard-coded percentages in the rule.
Pricing Rules and rep discounts operate in different stages of the pricing waterfall:
List Price is calculated from the price book.
System Adjustment is applied by Pricing Rules (automatic).
System Price = List Price + System Adjustment.
Rep Discount is applied manually by the rep.
Net Price = System Price - Rep Discount.
This means the rep’s discount is applied after the Pricing Rule adjustment. If a Pricing Rule applies a -5% bundle discount and the rep adds a -10% discretionary discount, the total discount stacks (though Validation Rules may flag the combined discount if it exceeds a threshold).The System Adjustment column gives full transparency into what the system changed versus what the rep changed. Deal desk and approvers can see both adjustments independently.
Make adjustments visible. The whole point of the System Adjustment column is transparency. Don’t use Pricing Rules to hide discounts — use them to systematize discounts that your organization has already decided to offer.Combine with Validation Rules. A Pricing Rule might automatically apply a -5% bundle discount, but a Quote Validation Rule should still enforce that the total discount (system + rep) doesn’t exceed your maximum threshold.Use Data Sheets for variable adjustments. If the adjustment varies by region, customer segment, or product tier, put the values in a Data Sheet rather than creating separate rules for each variation.Test stacking behavior. Multiple Pricing Rules can fire on the same quote. Make sure the combined adjustments produce the expected result. Build a test quote that triggers multiple rules and verify the System Adjustment totals.