Can someone teach me how I can get the parameter o...
# suitescript
j
Can someone teach me how I can get the parameter of the URL on beforeload?
b
use ServerRequest.parameters from the request in the script context
j
got it thanks.!