<@UCSU48H7C> Use the user event in aftersubmit, bu...
# suitescript
m
@Menno Janssen Use the user event in aftersubmit, but don’t try to use the newRecord object. Instead, retrieve the value from the database with
search.lookupFields()
or
record.load()
m
that works! thanks