Anyone here every look up an address record via th...
# suiteql
d
Anyone here every look up an address record via the internalid?
I'm trying to pull in custom field data into a Transaction whenever the shippingaddress is changed on a Sales Order.. @tdietrich?
i
You'd have to use the getSubrecord method
I don't believe you can load an address record using record.load
r
You can get the address through suiteQL. I can give the query for that but not exactly sure if that's what you need.
d
I know how to get the address, yes. What I had to figure out is how to get the internalid of the address from a NetSuite transaction (since NS generates unique transaction addresss id). I use the
shippingaddress_key
to determine the internalid of the sourced address.