hi, we have Customer Name and the Bill To and Ship...
# general
a
hi, we have Customer Name and the Bill To and Ship To addresses populate based off the Customer. We are adding a new End User field and would like the Bill to be based off Customer Name and the Ship to based off End User name. what are my options??
b
Essentially none
The native billing and shipping address fields source from the customer field
You can do weird stuff like script a way to copy addresses from one entity to another
Or the somewhat more reasonable use custom addresses for everything and script the copying of address related fields
s
If what you care about is the print-out you can store a different field on-top of the existing fields in the customer's addressbook subrecord. Then you can just map it in the advanced pdf If the printout isn't what you care about, then you might need to explain your use-case a bit further!
a
thanks guys