Any reason I could not SetLineItemValue on a after...
# suitescript
m
Any reason I could not SetLineItemValue on a afterSubmit UE, but beforeSubmit worked fine?
a
You can't set any value
afterSubmit
without re-loading the record because
afterSubmit
means exactly that, the record was already submitted to the DB.
👍 2
m
Good to know, thanks.