Skip to main content

Add Custom Fields in Quote Templates

Zuora

Add Custom Fields in Quote Templates

You can add custom fields to your quote template and have them appeared in quote PDF and Word documents. The custom fields you add must belong to one of the following standard objects or belong to a custom object that is linked to one of the standard objects by a lookup field:

  • SAccount
  • SAccount.Owner
  • BillToContact
  • SoldToContact
  • SOpportunity
  • SOpportunity.Owner
  • Organization
  • Quote
  • ChargeSummary
  • Charge
  • ChargeSummary.QuoteRatePlan

To include a custom field in your quote template, enter the custom field API name, given in the following format:

{MERGEFIELD ObjectName.CustomFieldName \* MERGEFORMAT}

For example, the merge field for the custom field, zqu__Custom_Text_Field__c, on the Quote object should be specified as: 

{MERGEFIELD Quote.zqu__Custom_Text_Field__c \* MERGEFORMAT}

Limitation  

  • Rich text custom fields are not supported by legacy quote document generation. You can use S-Docs for CPQ X if you need to add a rich text field to your quote document.