Configure to display shipping contacts on invoices
Learn how to configure HTML templates to display shipping contacts on invoices using merge fields.
Occasionally, you might want to access other contacts associated with an account, in addition to Bill To and Sold To contacts. In this scenario, when defining HTML templates, you can use the
{{Invoice.Account.Contacts}}
merge field to access a list of Contact objects that belong to an account.
For example, if you want to display shipping contacts on invoices, perform the following steps: