Hi everyone, Is there a way to get text field valu...
# suitescript
y
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
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
☝️ 1