I think I ask this question once a month. If a rec...
# suitescript
a
I think I ask this question once a month. If a record is updated via a map reduce does this trigger user events that exist on the edited record? Also would it matter if its updated via record load vs submitFields?
s
Depends how the UE is set up, but short answer is yes. submitFields and load/save are different contexts within the UE script.
XEDIT vs EDIT
a
Thanks @Sandii for the monthly answer. I knew it would be you or @battk 😃
a
@Azi submitFields is more efficient than loading and saving the record, but you can't use submitFields if you need to update sublist/lines.