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
Tag: Call a suitelet from another
Call a Suitelet script from another Suitelet Script
Jira Code : BGGN-551 Script ID and Deployment ID can be fetched after deploying the second suitelet in the NS account