Skip to main content

QuoteDetail Component

Zuora

QuoteDetail Component

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>