Does anyone know how to pass a redirect URI to the...
# general
c
Does anyone know how to pass a redirect URI to the “Change role” page? We have a suitelet that our employees access on their phone, but sometimes they need to change roles. I can link them to the change role page but I’d like netsuite to redirect back to the suitelet page after the role is changed
b
use the whence query parameter to store the url you wish to redirect to
make extra sure you know how to properly encode uri parameters, you will have to get it correct for the url
c
Thanks, I’ll give that a try