I also created parameters for the scheduled script...
# suitescript
j
I also created parameters for the scheduled script under the parameter tab
l
On Scheduled scripts, the parameter is type (event of this script execution), there is no request. This script looks like a Suitelet. For Suitelets, you should use nlapiRequestURL
Also, to get parameters on Scheduled scripts you should get this from nlapiGetContext().getSetting("SCRIPT", yourParamName);
j
thank you for the help!