Join Slack
Powered by
in SS 1.0 on a Transaction client side what is the...
# suitescript
j
JohnnyC
09/06/2019, 3:14 PM
in SS 1.0 on a Transaction client side what is the proper way to modify the address.
b
battk
09/06/2019, 3:46 PM
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
battk
09/06/2019, 3:47 PM
you want to use something like
nlapiEditSubrecord('shippingaddress')
to get the address subrecord
battk
09/06/2019, 3:47 PM
don't forget to commit it after you are done making changes
j
JohnnyC
09/06/2019, 3:49 PM
Thanks
2
Views
Open in Slack
Previous
Next