Hi everyone,
Is there a way to get text field value without submitting a suitelet form in NetSuite?
var Signaturedata = context.request.parameters.custpage_message;
log.debug('Signaturedata :', Signaturedata);
in get method but return empty string.
w
Webberly
02/24/2025, 1:53 PM
How are you passing data to your suitelet?
that above should only return if you add the parameter as a url parameter
/app/site/hosting/scriptlet.nl?script=123&deploy=1&custpage_message=hello