For an Invoice is there a way to display a line it...
# advancedpdf
m
For an Invoice is there a way to display a line item's Location address information?
Using
record.item[0].location
only displays the location name and
record.item[0].location.mainaddress_text
doesn't pull the data. ChatGPT suggests this may not be possible without building a script?
j
On pdf you mean right? You cant even ”borrow” a field from the item record in advanced pdf.
So you have to create a new field on line level and populate the address there. A shame…
m
Gotcha J yeah darn that's a frustrating limitation
j
It so database destroying…