RE: How to get addressee and addrphone from an address record?
How on earth do I get the values of the addressee and addrphone fields from an address record?I’m starting from an item fulfillment record. I can’t see how to get it from that, by either N/search or N/record. So I loaded the shipping address record from the IF record but that
- returns addressee some of the time and not others, even when I can see that addressee is has a value
- never returns addrphone
I’m seeing values when I include this in my IF search:
search.createColumn({ name: "addressee", join: "shippingAddress" }), search.createColumn({ name: "phone", join: "shippingAddress" })
Are you getting inconsistent results with Saved Search too?