Somebody remember if setting a custom ship to addr...
# suitescript
a
Somebody remember if setting a custom ship to address in a Sales Order can only be done afterSubmit? (Custom Address not stored with the Customer)...
b
you can do it beforeSubmit too
though the address text related fields on the transaction tend not to update from their original values
a
@battk What do you do when this Text is not updated?
b
you can update the transation's address text yourself
ive had minor success using Record.removeSubrecord before setting the subrecord fields to force netsuite to automatically source the address text
a
It is working for me if I set the shipaddress to '' (empty string) then populate the custom address fields.