I can see in the 2.0 doc that url.format can be us...
# suitescript
r
I can see in the 2.0 doc that url.format can be used to build urls with query strings. How can these be retrieved in a suitelet? I've tried manually appending
&test=865286
to the suitelet url and retrieving with
runtime.getCurrentScript().getParameter('test')
but it's blank.