``` // To prevent the system from overriding the s...
# suitescript
e
Copy code
// 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
            });