I need to print the subsidiary address on the pdf ...
# ask-stanley-ai
w
I need to print the subsidiary address on the pdf when printing checks. How can I access that information in the advanced pdf template for us checks?
c
AI generated answer (using internal Slack threads):
To print the subsidiary address on the PDF when printing checks, you can access the subsidiary's main address in the advanced PDF template using the following syntax:
Copy code
<p><span class="address">${record.subsidiary.mainaddress_text}</span></p>
However, please note that this will only work if the 'mainaddress_text' field is available on the subsidiary record. If you encounter an error stating that the 'mainaddress_text' field is not found, it means that this field is not available on the subsidiary record. If the 'mainaddress_text' field is not available, you may need to create a custom field to represent the value. You can then use sourcing to fill in its value from the subsidiary 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.850281179
Slack thread 2: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.849512875
Slack thread 3: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.844182789
Please provide your feedback on this answer.