- Print
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
How can invoice titles be customized to include specific information?
To customize invoice titles, you can include explicit text, date, invoice number, and customer name fields.
What steps should be taken to customize the Invoice Title?
Follow these steps:
- Go to Clients-Invoice-Profiles
- Open the Invoice Profile
- Locate the Filename Override Field
- Enter the desired field values, such as ${client.companyName} or ${invoice.invoiceNumber}.
- Click Save
Can explicit text be included in the Filename Override field when customizing the invoice title?
Yes, you can include explicit text in the Filename Override field. For instance, if you want the invoice title to be "Invoice Number ${Invoice.InvoiceNumber} ${client.companyName} ${currentDate}", you can add this as part of the customization process.
How would the resulting invoice name appear after customizing the Filename Override field with explicit text?
If you include explicit text in the Filename Override field, such as "Invoice Number ${Invoice.InvoiceNumber} ${client.companyName} ${currentDate}", the resulting invoice name would appear as "Invoice Number 77_AJAX_AAA_Association_11_15_2023".
Which field values can be added to the Filename Template field in the Invoice Profile?
You can add the following field values:
- ${client.companyName}
- ${invoice.invoiceNumber}
- ${currentDate}
Note
Make sure to use the correct field value format as displayed above.
Was this article helpful?