Do you know if this is the correct way to send bod...
# suitecommerce
l
Do you know if this is the correct way to send body field value to sublist changed event? this.model = new LiveOrderModel(); this.model.on('change', this.render, this); var data = {'options':{'custbody_customerref':'checkout'}} this.model.save(data);