Welcome to Zuora Product Documentation

Explore our rich library of product information

QuoteDetail component

The QuoteDetail component displays additional information alongside Quote Detail data and supports attribute configuration for enhanced layout customization.

You can use the QuoteDetail component to display additional information on the same page as the Quote Detail information.

See Layout Configuration Settings for adding or updating fields in the QuoteDetail component with field sets.

QuoteDetail Component Attribute

The QuoteDetail component accepts the following attribute.

Attribute

Type

Required?

Description

theQuoteId

String

Yes

The id of the quote to display

Example Code

The sample code below creates a Visualforce page that displays a quote detail of the specified Quote Id.

<apex:page >
   <apex:form > 
      <zqu:QuoteDetail theQuoteId="a1mF0000001Vpnc"/> 
   </apex:form>
</apex:page>