Hi all, I have hundreds of shipping addresses on h...
# general
w
Hi all, I have hundreds of shipping addresses on hand, and they are shared by 10,000 individual customers, I need all addresses could be chosen on SO for those customers, any way to achieve that without loading addresses against all customers? thanks.
r
One way I know is you can have a client script which populates the address only for those customers in a custom single select address field. And you set the actual field which is hidden when the record is trying to save based on the custom field.
w
Thanks @raghav I will give it a go and see how I get on with it : )