Retrieve Parameter from One Suitelet to Another Suitelet via SuiteScript 2.0

Using the redirect.toSuitelet function, users are allowed to pass certain parameters to the receiving suitelet. In order to retrieve the passed parameter the user must access the context.request.parameters object to get the list of available parameters On the originating suitelet, the parameter is passed via: redirect.toSuitelet({ scriptId: ’31’, deploymentId: ‘1’, parameters: { ‘custparam_test’:’helloWorld’ } });… Continue reading Retrieve Parameter from One Suitelet to Another Suitelet via SuiteScript 2.0