in SS 1.0 on a Transaction client side what is the...
# suitescript
j
in SS 1.0 on a Transaction client side what is the proper way to modify the address.
b
best example i've found for setting address subrecord is found at https://syetem.na1.netsuite.com/app/help/helpcenter.nl?fid=section_1544480991.html
you want to use something like
nlapiEditSubrecord('shippingaddress')
to get the address subrecord
don't forget to commit it after you are done making changes
j
Thanks