Question: 1 / 50

What is the appropriate formatting for inserting merge data into an output document template content?

{!quote.SBQQ__ExpirationDate__c}

The correct answer is A. {!quote.SBQQ__ExpirationDate__c}. In Salesforce CPQ, when inserting merge data into an output document template content, the appropriate format to access fields is {Object API Name.Field API Name}. In this case, using the format {!quote.SBQQ__ExpirationDate__c} correctly accesses the Expiration Date field on the Quote object. Options B, C, and D do not follow the correct format for inserting merge data in Salesforce CPQ templates. Option B uses square brackets instead of curly braces, option C uses improper syntax for accessing related object fields, and option D uses curly braces without the exclamation mark and the correct object API name.

[SBQQ__ExpirationDate__c]

!Quote__r.ExpirationDate__c

{SBQQ__ExpirationDate__c}

Next

Report this question