Join Slack
Powered by
this is what I have wrote function defaultshipping...
# suitescript
m
miachel douglas
03/20/2019, 8:02 PM
this is what I have wrote function defaultshippingaddr(type) { recid = nlapiGetRecordId(); rectype = nlapiGetRecordType(); var recobj = nlapiLoadRecord(rectype,recid); var shipto = recobj.getFieldValue('shipaddresslist'); }
Open in Slack
Previous
Next