Add custom field to your template
- Click your user name at the top right and navigate to Settings > Billing.
- Click Setup Tax Engine and Tax Date.
- Click Setup New Tax Engine and select Avalara from the list.
- Toggle to enable Advanced Settings.
- Click Custom Fields.
- Click Select.
- Select the required custom fields from the available list.
- Use the custom field in the template using the following format:
"contractEffectiveDate": "{{customer["d_date__c"]}}",
Example output after rendering:
“contractEffectiveDate”: "2025-07-24",
- Click Done.
