Hi everyone, I'm trying to modify the rate of a qu...
# suitescript
r
Hi everyone, I'm trying to modify the rate of a quote's line item and have it recalculate the total value. I've got this triggering on the quote's "beforesubmit" event in a UE script. I'm using nlapiSelectLineItem and nlapiCommitLineItem so it should be in dynamic mode, however the recalculation doesn't happen upon saving the record. It does when I'm using the UI. Any help would be most appreciated!
b
user event scripts aren't dynamic
r
OK, I'll try triggering this on save on the client side
Thanks!