How would you go about adding a new billing or shi...
# suitescript
k
How would you go about adding a new billing or shipping address to a customer record?
l
load customer, select new line on addressbook sublist (if you want it to be default use defaultbilling on a sublist), createCurrentLineItemsSubrecord, set values, commit subrecord, commit line and save the record
👍 1