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
Your second link is SS1. I'll look for an SS2 equivalent
šš» 1
cja
01/20/2023, 5:06 PM
The search in NS returns the same data as my script does. The only places where both fields are always populated correctly are on the address record in the UI and in the SuiteTalk SOAP response to a search on the item fulfillment
b
battk
01/20/2023, 7:40 PM
what does your code look like
c
cja
01/23/2023, 10:08 AM
@battk A mess! Littered with the debris of all the approaches I've tried
cja
01/23/2023, 10:09 AM
I have a couple of weeks now before I need to resolve this and will try to tidy up my code to show what I've done soon