Does suitescript 2.1 handle parameter passing diff...
# suitescript
r
Does suitescript 2.1 handle parameter passing differently? I'm passing a parameter from a 2.0 client script to a 2.1 suitelet using url.resolveScript(). I created the parameter on the suitelet, but context.getCurrentScript returns
{"id":"customscript_bank_info_sl_upd_vend_sl","deploymentId":"customdeploy_bank_info_sl_upd_vend_sl","logLevel":"DEBUG","bundleIds":[]}
. Calling getParameter() on the current script doesn't return anything. I've tried changing the parameter type to integer and back to text. The url I'm redirecting to is
/app/site/hosting/scriptlet.nl?script=1193&deploy=1&compid=...&custscript_payment_file_format=30
.
b
there is a difference between a script parameter and a url parameter
with the url parameters coming from ServerRequest.parameters
👍 1