how to show district name with id custrecord_local...
# ask-stanley-ai
y
how to show district name with id custrecord_locality in the customer address custom form to the invoice printout
c
AI generated answer (using internal Slack threads):
To show the district name with id
custrecord_locality
in the customer address custom form to the invoice printout, you would need to modify the Advanced PDF/HTML template used for the invoice printout. Here are the steps: 1. Navigate to
Customization -> Forms -> Advanced PDF/HTML Templates
. 2. Find the template used for your invoices and click
Edit
. 3. In the template code, locate the section where the address is printed. This is typically within a
${record.address...}
expression. 4. Add a new line for the district name, using the custom field id
custrecord_locality
. The syntax would be
${record.custrecord_locality}
. 5. Save the changes. Please note that the
custrecord_locality
field must be sourced to the customer record and contain the district name you want to print on the invoice. If it's not, you might need to use SuiteScript to source this field to the customer record. ****** 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.78840214
Slack thread 2: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.780492425
Slack thread 3: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.779816151
Please provide your feedback on this answer.