After completing this unit, you will be able to:
1. What is guided selling in Salesforce CPQ?
2. What are the benefits of using guided selling in Salesforce CPQ?
3. How to setup guided selling in Salesforce CPQ?
What is guided selling in Salesforce CPQ?
Guided selling in Salesforce CPQ is a feature that helps sales reps quickly and easily find the right products for their customers by asking a series of targeted questions. It acts like a virtual sales advisor, guiding the rep through the product catalog based on the customer's specific needs and requirements.
The benefits of using guided selling in Salesforce CPQ include:
Increased sales efficiency: Guided selling can help sales reps close deals faster by helping them find the right products quickly and easily.
Improved customer satisfaction: By ensuring that customers get the products they need, guided selling can help to improve customer satisfaction.
Reduced quoting errors: Guided selling can help to reduce quoting errors by ensuring that the right products are added to quotes.
Overall, guided selling is a powerful tool that can help sales reps sell more effectively and efficiently.
How to setup guided selling in Salesforce CPQ?
1. Go to Setup → Object Manager → Product → Fields & Relationships → New.
2. Select Picklist, click next, inside the field label, enter ROM, and in values, select Enter values with each value separated by a new line, and enter
Value |
---|
64 GB |
128 GB |
256 GB |
512 GB |
3. Click Next, Next and Save.
4. Similarly, you can also create these fields:
Data Type | Field Label | Values |
---|---|---|
Picklist | Brand | Samsung, Apple, Vivo |
Picklist | RAM | 4GB, 6GB, 8GB, 12GB, 16GB |
Picklist | Color | Black, White, Red, Gray |
5. Create the same fields (RAM, Brand, ROM and Color) in the Process Input object.
6. In the Fields & Relationships of Process Input object, go to Product Field inside Values, click New, and paste the API name of the ROM, Brand, RAM, and Color fields, and click Save.
- In the Fields & Relationships of Process Input object, go to Input Field inside Values, click New, and paste the API name of the ROM, Brand, RAM, and Color fields, and click Save.
8. Go to App Launcher → Quote Processes → Click New inside Process Name enter Phone Guided Selling and click Save.
9. Click on the Related tab, and inside the Process Inputs, click New and fill these fields:
Field | Value |
---|---|
Input Name | Brand |
Label | Choose Brand |
Active | True |
Input Field | Brand__c (API name of brand) |
Conditions Met | All |
Product Field | Brand__c (API name of brand) |
Operator | equals |
and click Save.
10. Similarly, you can create these fields:
Field | RAM | Color | ROM |
---|---|---|---|
Input Name | RAM | Color | ROM |
Label | Choose RAM | Choose Color | Choose ROM |
Active | True | True | True |
Input Field | RAM__c (API name of RAM) | Color__c (API name of Color) | ROM__c (API name of ROM) |
Conditions Met | All | All | All |
Product Field | RAM__c (API name of RAM) | Color__c (API name of Color) | ROM__c (API name of ROM) |
Operator | equals | equals | equals |
11. Now create a new product. To do this, click on the Product tab, click New, and fill these fields:
Field | Value |
---|---|
Product Name | Samsung Phone |
Product Code | SAM-PHONE |
Active | True |
Brand | Samsung |
RAM | 8 GB |
Color | Black |
ROM | 256 GB |
12. Click on the Related tab, go to Price Book, and click Add Standard Price.
13. In List Price, enter 60000 and click Save.
14. Copy the ID of Phone Guided Selling record.
15. Let's check it out in the quote line editor.
16. Create a new quote and paste the ID of the Phone Guided Selling record in the Quote Process ID.
17. Click on Edit Lines, then click on Add Products. Now you can see the guided selling icon and click on it.
18. Select these fields and click on Suggest, and then only the filtered product will show to add.