How to get the current url with params in a suitel...
# suitescript
n
How to get the current url with params in a suitelet? window.location style
e
Have a look at
context.request
. (
context.request.url
&
context.request.parameters
)