While debugging a Suitelet I notice if you don't r...
# suitescript
a
While debugging a Suitelet I notice if you don't return after a conditional
context.response.writePage
the code execution is going to continue, which make me wonder if somebody ever try something like that? Meaning writing back the page with some data and then write it back again? is going to refresh? update the current page data?