This message was deleted.
# suitescript
s
This message was deleted.
e
Your define callback has
function (r)
but you're using
record.load
. Change the callback to
function (record)
. You should also use record.submitFields instead of record.load when setting body fields in afterSubmit
👀 1
👍 1