this is what I have wrote function defaultshipping...
# suitescript
m
this is what I have wrote function defaultshippingaddr(type) { recid = nlapiGetRecordId(); rectype = nlapiGetRecordType(); var recobj = nlapiLoadRecord(rectype,recid); var shipto = recobj.getFieldValue('shipaddresslist'); }