Hi. Has anyone got a good way to parse a multisele...
# suitescript
s
Hi. Has anyone got a good way to parse a multiselect field that has been POST'ed to a Suitelet? The field is sourcing from subsidiary, but its coming through as in the screenshot. I've seen this before but cant remember how to get the correct values..
m
context.request.parameters.custpage_subsidiary.split(/\x05/)
s
Amazing, thanks Michoel!