Hello, is there a way to obtain automatically all ...
# suitescript
i
Hello, is there a way to obtain automatically all the parameters of a script, what I’m doing right now is using
context.request.parameters.name
and Im doing this for all the parameters returning an object in a function, but is there a way to get all of them? without having to manually specify which ones we want