I'm trying to get the shipping and billing informa...
# suitescript
y
I'm trying to get the shipping and billing information from an applied record (of any type). What's the proper way to do this? I posted to SO with some additional info https://stackoverflow.com/questions/62348846/get-actual-record-of-applied-record-with-suitescript-2-0
b
your first choice should be search.lookupFields
you can use transaction as the search type
y
Thank you! I'll look into that.