Merge Tags can be used in all areas of the Enhanced Templates. 

  • Quote fields use this syntax: {!Quote.fieldapiname} -> {!Quote.Name}
  • Template fields use this syntax: {!theTemplate['fieldapiname']} ->  {!theTemplate['Display_Name__c']}
  • Organization fields use this syntax: {!$Organization.fieldapiname} -> {!$Organization.Name}
  • Opportunity Owner fields use this syntax: {!oppRec['fieldapiname']} ->  {!oppRec.Name}
  • Opportunity fields use this syntax: {!ownerRec['fieldapiname']} ->  {!ownerRec.Name}
  • Logo output: {!srLogo}
  • Quote Term Categories: {!termsLanguageCategory['CategoryName']} -> {!termsLanguageCategory['Standard']}


Totals are also prepackage and can be used in custom language with these merge tags:

  • {!mapOSTotals['Total']} : Grand Totals for all items
  • {!mapOSTotals['TotalDiscount']} : Total Discounted Amount for all items
  • {!mapOSTotals['TotalListPrice']} : Extended List Price for all items
  • {!mapOSTotals['MYTotal']} : Multi Year Total 
  • {!mapOSTotals['MYTotalDiscount']} : Multi Year Discount if using Term Discounts on Line Items
  • {!mapOSTotals['NonRecurringTotal']} : Total of non-recurring items
  • {!'NonRecurringDiscount']} : Total Discounted Amount for non-recurring items
  • {!mapOSTotals['NonRecurringListPrice’]} : Total Extended List price for non-recurring items
  • {!mapOSTotals['ARR']} : Annual Recurring Total
  • {!mapOSTotals['ARRDiscount']} : Total Discount from Annual Recurring Items
  • {!mapOSTotals['CMRR’]} : Total Contracted Monthly Recurring value
  • {!mapOSTotals['CMRRDiscount’]} : Discount Amount Expressed in CMRR


Available in Spring 2021, custom rollups are also available!


Any custom value you create is available with the following syntax:


{!customOSTotals['mycustomkey']} to display a decimal or number value you've defined as a roll up.


Additionally, if you have designated the field as a Currency field, it can also be accessed in the mapOsTotals syntax, and will be displayed in the converted currency: {!mapOSTotals['mycustomkey']} 


Read more on rollups here.