Configuring Quick Quote Mode
The Quick Quote feature allows Sales reps to create a simple quote with fewer clicks from opportunity. The Sales rep can directly go to the Catalog page from Opportunity, configure products, and finalize the cart without having to create a proposal in turn reducing the number of clicks. Quick Quote feature is especially meant for creating budgetary quotes where Sales Reps can begin the quoting process by populating the quote header with limited values.
To enable the Quick Quote feature, you must create and add a custom button to the opportunity layout. CPQ populates the critical header fields in the new quote based on the parameters passed in the formula of the button. You can define variable or static parameters. In the case of variable parameters, CPQ retrieves the values from opportunity. You can use the following parameters in the URL as described:
Fields | Required | URL Parameter | Description |
---|---|---|---|
Opportunity ID | Yes | businessObjectId | Add the ID of the opportunity to the URL. |
Price List | Yes | priceListId | Add the ID of the price list to the URL. You must use one of the following ways to pass the price list.
|
Account | Yes | NA | This field is copied by default. |
Expected Start Date | No | expectedStartDate | You must create the field on the Opportunity object with datatype as Date and add the field in the URL. |
Expected End Date | No | expectedEndDate | You must create the field on the Opportunity object with datatype as Date and add the field in the URL. |
Existing Configure Products URL parameters | No |
| Add the parameters based on your business needs. |
The custom fields with the same API name, that are common between both opportunity and quote are also populated.
To create a quick quote custom button on Opportunity
To add the quick quote button
After you create the custom button, add the Quick Quote custom button to the layout of the opportunity.
- Click Page Layouts and click Edit for the page layout to which you want to add the Create Quick Quote button.
- From Buttons in the Layout configuration window, select Create Quick Quote and drag and drop it onto the page layout.
- Click Save in the Layout configuration window.
Create Quick Quote button is added and saved onto the page layout.
For more information on creating a quick quote, see Creating Quick Quotes.