I am trying to add an auto-incremented Account ID to a template but cannot get the value to post. Unsure if this is an oversight on my part, a characteristic of the increment field, or if there is something hardcoded into the sales order, quote, and invoice entities. Any ideas?
{{accountName}}
{{{billingAddressStreet}}}
{{billingAddressCity}}{{#if billingAddressState}},{{/if}} {{billingAddressState}} {{billingAddressPostalCode}}
{{billingAddressCountry}}
TAX ID: {{account.taxId}}
MEMBER ID: {{account.originalId}}
{{accountName}}
{{{billingAddressStreet}}}
{{billingAddressCity}}{{#if billingAddressState}},{{/if}} {{billingAddressState}} {{billingAddressPostalCode}}
{{billingAddressCountry}}
TAX ID: {{account.taxId}}
MEMBER ID: {{account.originalId}}
Comment