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? 😬
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
Lucas Corvelo
09/14/2020, 9:10 AM
I used the N/redirect.redirect and it's working tho
b
battk
09/14/2020, 9:20 AM
you can use the task link
d
dcrsmith
09/14/2020, 3:34 PM
Just have the suitelet call back to the M/R for a status. Give the user a status bar or something.