Hey guys. I don't usually write suitelets so I hav...
# suitescript
l
Hey guys. I don't usually write suitelets so I have a simple question. I need to redirect the user to the "map/reduce status page" after processing something on my post event. What should I use here? N/redirect? context.write? 😬
b
l
The sendRedirect method does not allow to redirect to a specific url. And as far as I understood, the map/reduce status page is not a record/search/whatever
I used the N/redirect.redirect and it's working tho
b
you can use the task link
d
Just have the suitelet call back to the M/R for a status. Give the user a status bar or something.