erictgrubaugh
09/19/2017, 6:28 PM// To prevent the system from overriding the shipping address defined
// in this script with a default shipping address (if one exists),
// set the shipaddresslist field to null.
rec.setValue({
fieldId: 'shipaddresslist',
value: null
});