Join Slack
Powered by
How to get the current url with params in a suitel...
# suitescript
n
Nick
06/26/2019, 7:39 PM
How to get the current url with params in a suitelet? window.location style
e
ehcanadian
06/26/2019, 8:54 PM
Have a look at
context.request
. (
context.request.url
&
context.request.parameters
)
Open in Slack
Previous
Next