Use this file to discover all available pages before exploring further.
Quote Validation Rules evaluate the entire Pricing Option as a whole. They’re designed for “big picture” guardrails — constraints that apply to the overall deal structure rather than individual line items.Use Quote Validation Rules when the condition depends on aggregated deal metrics (total discount, TCV, product count, recurring vs. one-time split) or when the constraint is about the deal composition (required products, billing frequency restrictions, minimum deal sizes).For rules that evaluate individual line items, use Row Validation Rules instead.
Add multiple conditions to a single Rule Set. All conditions must be true for the action to fire.Example: A rule that triggers only when the discount exceeds 20% and the billing frequency is monthly and the deal is in EUR:
Displays an alert on the Pricing Option. The rep can continue building the quote but cannot publish until the warning is resolved (typically through approval).
Error
Blocks the rep from saving. The deal configuration must be changed to resolve the error. No approval path — the condition itself must be fixed.
Toggle Requires Approver and select an Approval Tier to route the deal for formal review. When triggered, the Publish button changes to Request Approval and the deal is routed to the appropriate tier.
Route deals to different approvers based on how deep the discount goes.This requires two separate rules, each targeting a different threshold:Rule 1: Moderate discount
Setting
Value
Condition
Discount % ≥ 15 AND Discount % < 25
Severity
Warn
Approval
Tier 1: Sales Manager
Rule 2: Large discount
Setting
Value
Condition
Discount % ≥ 25
Severity
Warn
Approval
Tier 2: VP of Sales
Both rules can be active simultaneously. A 20% discount triggers Rule 1 (manager approval). A 30% discount triggers both, requiring sign-off from both tiers.
Start with discount limits. This is the highest-impact rule for most organizations and the easiest to configure. Set a reasonable threshold, wire it to an approval tier, and iterate from there.Use Error severity sparingly. Errors block the rep entirely. Reserve them for hard constraints (minimum deal size, incompatible billing configurations) where the deal fundamentally can’t proceed. For everything else, Warn + Approval gives the rep a path forward.Write actionable messages. The message should tell the rep what’s wrong and what to do about it. “Rule violated” is useless. “Deal discount exceeds 25%. Requires Deal Desk approval before publishing” tells them exactly where they stand.Test before activating. Build a test quote that deliberately triggers the rule. Verify the alert appears on the Pricing Option, the message is clear, and the approval routes to the right tier.