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
battk
06/11/2020, 3:34 PM
try setting
shippingcostoverridden
to true
d
Dominic B
06/11/2020, 4:07 PM
Tried that without success unfortunately. Think I may have to resort to adding a service item instead.