Welcome to Zuora Product Documentation

Explore our rich library of product information

Add Quote detail page for lightning experience

Learn how to add a Quote detail page in Lightning Experience by editing the page and adding custom tabs.

  1. Open any quote in lightning experience, click Setupand select Edit Page.
  2. In the middle of the page, click on the blank space next to the Related and Details section.
  3. On the right side, click Add tab and enter the names for Tab Label and Custom Label.
    add tab
  4. To enable the Quote preview:
    1. Add the Is Charge Expired (zqu__Is_Charge_Expired__c) field in the Quote page layout. You can use the page layout from the package or use the dynamic forms or create a new page layout. If you are using page layout remove the UnifiedQuoteDetail VF from the layout. The dynamic forms are available in the same page.
      quote page layout
    2. Add the Record Detail Component (Quote detail page layout) and CPQ_X Quote Detail Form.
    3. Ensure the Is Charge Expired (zqu__Is_Charge_Expired__c) field in the quote record is True for the preview to trigger.
  5. Click Done.

    A new tab displays.

  6. Navigate to the newly created tab and add the custom component named CPQ_X Quote Detail Form to the desired place. You can find this on the left side, or you can use Salesforce Quick Search.
    CPQ_X Quote Detail Form
  7. While defining Quote Object Field sets, the namespace prefix of the field set should match the API name exactly. For example, if it is a Zuora package field set, it should be prefixed with zqu__. If you create it, it may not have any prefix. You can define multiple field sets with comma separated.
  8. Click Save and Activate.

    Note that the columns displayed for the products, such as Charge Name, List Price, Quantity, Discount, an so on, are determined by the field set named CPQX_Quote_Detail_Charge_Display_Fields on the Quote Rate Plan Charge object. To adjust the columns shown, add or remove fields within the CPQX_Quote_Detail_Charge_Display_Fields field set.

    Note:
    • It is important to know that you are not required to include the CPQX_Quote_Detail_Charge_Display_Fields field set in the Quote Object Field Set(s) as stated in point 6. It is already present on this page by design.
    • At present, all the fields added in the Quote Detail page for CPQ X are not editable. We are actively working on making all the fields editable in the near future.
    • If you want the added fields to display only on the CPQ X Quote Detail page, you can add those fields to Quote Configuration Settings > Whitelist FieldSet Name. For more information, see Quote Configuration Settings.
    • Starting from Quotes version 10.49, if you want to hide any fields on the Quote Detail page, you can use the Object Fields Config settings in Zuora Config > Quote Studio Settings. For more information, see Configure Quote Studio field editability based on quote type.