Does anyone know of any common pitfalls setting 's...
# suitescript
d
Does anyone know of any common pitfalls setting 'shippingcost' on a sales order in a beforeSubmit user event? I'm working on newRecord and can set a discount fine, but not shipping (SS2.0)
b
try setting
shippingcostoverridden
to true
d
Tried that without success unfortunately. Think I may have to resort to adding a service item instead.