`afterSubmit` is triggered after the record change...
# suitescript
e
afterSubmit
is triggered after the record change has been committed in the database. Most changes are then immediately available on
context.newRecord
, including sourced fields, formula fields, etc - but there are several native fields (e.g.
createdfrom
,
orderstatus
) that do not update until even later. Unclear why that is.
👍 2