a
message has been deleted
b
you probably want shipaddress or shippingaddress, I usually forget which one
a
shipaddress is a greyed out field,
in the UI we can create a custom address from this menu
message has been deleted
b
that is the select field that netsuite uses to indicate which addresss to use
it it not the subrecord
a
oh ok... How do I add a new custom address here?
message has been deleted
b
im rusty on ss1, but i think you want nlapiCreateSubrecord('shippingaddress')
a
Ok let me try that. Thank you 🙂
b
it also might be nlapiEditSubrecord('shippingaddress')
there are only so many things you can do for subrecords once you find the actual field
a
Create subrecord still threw an error
but nlapiEditSubrecord('shippingaddress') worked
Thank you so much again 🙂