https://netsuiteprofessionals.com logo
Title
a

alien4u

07/18/2018, 2:47 PM
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

jmacdonald

07/18/2018, 2:56 PM
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.