Hi all, I'm saving a record using map/reduce scrip...
# suitescript
m
Hi all, I'm saving a record using map/reduce script is there a way to save it without triggering the user event script?
b
general answer is that its the job of the user event script to exclude contexts it doesnt want to run in
✔️ 1
r
@battk, I was confused thinking about this because I presume you were referring to the scriptContext.UserEventType enum, that does not have values to determined if it was scheduled script/map reduce scripts. But researching a little bit I believe you are referring to exclude contexts by means of runtime.ContextType, right? Which looking at it seems very useful
b