1. Load the Sales Order record, `N/record.load()`...
# suitescript
e
1. Load the Sales Order record,
N/record.load()
2. Edit the appropriate Shipping Address subrecord,
N/record.Record.getSubrecord()
3. Change the appropriate fields on the Shipping Address,
N/record.Subrecord.setValue()
4. Save the Sales Order record,
N/record.Record.save()