scottvonduhn
12/12/2019, 2:53 PMurl.resolveScript({ scriptId: 'customscript_scriptid', deploymentId: 'customdeploy_deployid', params: { id: 12345 } });MR
12/12/2019, 3:44 PMscottvonduhn
12/12/2019, 5:42 PM&key=value, so this should have the same effect as appending &id=12345 to the Suitelet URL. It should achieve the same result. What url are you trying to append &id=12345 to? the Suitelet, or something else?MR
12/12/2019, 7:00 PM&id=12345 to the Suitlet URL in the Scheduled Script that sends the emailMR
12/12/2019, 7:25 PMscottvonduhn
12/12/2019, 9:23 PMcontext.request.parameters is indeed useful in a suitelet, allowing you to read in any of the query parameters, even ones added outside of netsuite, which can be very handy