Discussions
Before I go ballistic - error on multiselect field not returning array anymore
I had some errors suddenly being reported by users. When I investigated I found that I was getting 'undefined' on the return of nlapiGetFieldValue on a multi select field.
Previously, doing nlapiGetFieldValue on a multi-select field returned an array of selected values. It now returns a string separated by a non-printable char (ascii code 5). So my loops on arrays (array.length) are now looping on the length of the string and returning undefined or 'can not submit this form due to unexpected error' all over the place.
Before I go ballistic for yet another script API change/error introduced by NetSuite, did I miss the memo on this? Has something changed? Is anyone else experiencing this error?