In suitelet is there any way to keep the url after...
# suitescript
b
In suitelet is there any way to keep the url after form is submitted please? Currently the url changes to "/app/site/hosting/scriptlet.nl" after submitted
j
I don’t think so. It’s super annoying.
for repeat-submit stuff I just use client side to pseudo-submit and stay on the page.
b
Thank you @jen
b
you can use redirect.toSuitelet(options) in the suitelet to redirect back to itself
j
oooh