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
battk
11/09/2020, 7:38 AM
Essentially none
battk
11/09/2020, 7:39 AM
The native billing and shipping address fields source from the customer field
battk
11/09/2020, 7:40 AM
You can do weird stuff like script a way to copy addresses from one entity to another
battk
11/09/2020, 7:46 AM
Or the somewhat more reasonable use custom addresses for everything and script the copying of address related fields
s
Sciuridae54696d
11/09/2020, 7:56 AM
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!