it's URL params. I have a button that upon click, will use url.resolveScript(...) using the params parameter to specify a key/value pair object of my parameters to use in the URL. Then I do a window.location = URL which will basically refresh the page with the parameters. The issue is that in 1 account, I am getting these parameters in the onRequest. In the other account, the parameters do not show up at all in the onRequest. Same code, same netsuite version.