I think I made this question before but let try ag...
# suitescript
a
I think I made this question before but let try again... If from an
UserEvent
you send some data to a
Suitelet
there is no way to immediately return
true
to the
UserEvent
and then the
Suitelet
continues to process the data in the background?
j
I'm sure I've tried this before and found that even if your do response.write() it will wait until all processing is completed before returning.