RE: Serialize a Suitelet Form
Answered
Hello everyone,
Can anyone help me with serializing the form data (as a key value pair) on submitting the form (which is a Suitelet). The submit method is POST.
Thanks.
Best answer
on the POST it should already be a serialized object with context.request.parameters.
You may need to filter only to keys including the ‘custpage_’ prefix if that is your naming convention.
See example in HelpCenter: /app/help/helpcenter.nl?fid=section_4387799600.html