i have custom address form with id custform_av_sa_...
# ask-stanley-ai
y
i have custom address form with id custform_av_sa_addressform and have fcustom field called district with id CUSTRECORD_LOCALITY i want to show this field in invoice printout
c
AI generated answer (using internal Slack threads):
To show a custom field in the invoice printout, you would need to modify the Advanced PDF/HTML Template of the invoice. Here's a general step-by-step guide on how you can do this: 1. Navigate to
Customization > Forms > Advanced PDF/HTML Templates
. 2. Find the template used for your invoices and click
Edit
. 3. In the template editor, locate the section where you want to display your custom field. This could be in the header, footer, or line item section, depending on your requirements. 4. To display the custom field, use the following syntax:
${record.CUSTRECORD_LOCALITY}
. Replace
CUSTRECORD_LOCALITY
with the actual ID of your custom field. 5. Save your changes. Please note that the field ID is case-sensitive and should be written in all caps. Also, make sure that the custom field is set to
Store Value
and
Show In List
. ****** Disclaimer: This response was generated by an artificial intelligence assistant based on previous conversations from multiple Slack channels, and may contain inaccuracies or mistakes. ******
Slack thread 1: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.827650607
Slack thread 2: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.820365727
Slack thread 3: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.819241226
Please provide your feedback on this answer.