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?
A. {!quote.Additional_Text__c}
B. {!SBQQ__Quote__c.Additional_Text__c}
C. {!SBQQ__Quote__r.Additional_Text__c}
D. {!quote__r.Additional_Text__c}
Suggest answer: A
Reference:
No comments:
Please share to make the community better.