Posts

Showing posts from May, 2026

Bundle Attributes - Salesfroce CPQ

Image
 1. Configuration Attribute        A) we need pick list "Meal Size" (values Small,Large) on product option and quoteline      B) Configuration Attribute create pick list MealSize (values Small,Large).   * Go to “ Target Field ” field on  “Configuration Attribute” Object.  * Add pick list value  to “ Target Field ” field on  “Configuration Attribute” Object, as “ Meal_Size__c ” this is twin field API name we have created in above . * Add  “Configuration Attribute” record In Product related records as below  Go to Qote and Add PVR Combo Product now we are able to see configuration attribute on top of bundle product as below 

Bundle products fields - salesfroce cpq

Image
 On Product Object record On Product option record Features To categerise options into Features Highlighted in below.

How to change Salesfroce CPQ Pricing method in Qoteline Editor by salesrep while quoting

 How to change Salesfroce CPQ Pricing method in Qoteline Editor by salesrep while quoting To change the Salesforce CPQ Pricing Method in the Quote Line Editor (QLE) while quoting, sales reps need to use the Pricing Method picklist field, which must be enabled and visible in the QLE .  Steps for Administrators to Enable This Capability Before a sales rep can change the method, administrators must configure the Product record:  Check "Pricing Method Editable": On the specific Product record, check the box for Pricing Method Editable (API: SBQQ__PricingMethodEditable__c ). This allows the pricing method to be changed in the QLE. Add Field to Field Set: Navigate to Object Manager > Quote Line > Field Sets and add the Pricing Method field to the Line Editor field set. Ensure Supporting Data Exists: When changing to a method like Block , ensure the product has related Block Pricing records.   Steps for Sales Reps to Change Pricing Method in QLE In the Quote ...

Percent of Total Pricing method in Salesfroce CPQ

 Percent of Total Pricing method in Salesfroce CPQ

Salesfroce CPQ - Trailhead

  https://trailhead.salesforce.com/content/learn/trails/cpq-admin https://trailhead.salesforce.com/users/strailhead/trailmixes/prepare-for-your-salesforce-cpq-specialist-credential

Salesforce CPQ Interview Questions

  Salesforce CPQ Walk me through a Salesforce CPQ implementation you've led or been a core part of. What was your specific contribution? How do you model a complex product catalogue with bundles, optional features, and constraint rules? Explain how you've designed pricing rules — what types did you use and how did you handle rule ordering/sequencing? How do you implement a multi-tier approval workflow for discounts in CPQ? How do you handle edge cases like recall and re-submission? How have you used Pricing Rule Lookups versus formula-based pricing? When does one outperform the other? What's your approach to building document templates in CPQ — how do you handle conditional content and dynamic line item sections? When would you use QCP over native price rules? What performance and maintenance tradeoffs come with it? How do you handle amendments and renewals — what are the gotchas developers commonly miss? How do you test CPQ configuration changes — pricing rules, ...

Summary Variable Ex1 - Volume-Based Logic across Product Families

Image
  Volume-Based Logic across Product Families : Calculate the total quantity of all products in the "Hardware" family to trigger a flat discount on "Software" line items. In a real-world Salesforce CPQ scenario, a tech company sells both Server Hardware and Security Software . To encourage larger infrastructure deals, they offer a "Software Incentive" where buying a high volume of hardware unlocks a deeper discount on the software. The Real-Time Scenario A Sales Rep adds 60 Rack Servers (Hardware family) and 10 Encryption Licenses (Software family) to a quote. The company policy states: "If a customer buys more than 50 total units of Hardware, apply a 15% discount to all Software items on the quote." How to Configure This in Salesforce CPQ Step 1: Create the Summary Variable This variable scans the quote in real-time to find the total hardware count. Variable Name: Total_Hardware_Units Target Object: Quote Line Aggregate Function: Sum Aggre...