Salesforce Certified CPQ Specialist — Question 12

Universal Containers wants to show a custom text field with the API name Additional_Text__c on the Quote Document. This field already exists and is located on the Quote object.
What is the correct syntax to insert this into an HTML Template Content?

Answer options

Correct answer: A

Explanation

The correct syntax is A, as it directly refers to the Additional_Text__c field on the quote object. Options B and C refer to the SBQQ namespace, which is not needed for this specific field. Option D incorrectly uses quote__r, which is not valid for accessing the field on the Quote object.