Update your address form then update all the addre...
# advancedpdf
k
Update your address form then update all the addresses
m
Another option (assuming you haven't "overriden" any addresses) is to output the individual address components instead
Or maybe you could do something like
record.shipaddress?replace(record.entity.companyname, '')
k
Isn't the address block just a converted string?
And not the dynamic display of address components
m
I am not sure what you mean by a converted string?
k
It is stored once you create the address. Or does your replace function work by taking the addresses and replacing text that matches it?
m
The replace function would be part of the template so run each time the template is rendered
b
?replace(record.entity.companyname, '') did the trick thanks