Discussions
Read on for the latest updates including:
• Agenda Builder launch
• SuiteWorld On Air registration
• New NetSuite Prompt Studio Contest
• And more!
Check out this thread to learn more!
Don’t miss your chance to meet our SuiteGurus—NetSuite Support professionals and subject matter experts with extensive experience in select product areas, including OneWorld, Advanced & Basic Accounting, Supply Chain Management, Receivables & Payables, CRM, Account Administration, and the SuiteCloud Platform. Full Conference attendees can prebook exclusive 30-minute one-on-one sessions for your product questions.
Spots are limited! Register through your Agenda Builder and find SuiteGuru under Agenda Enhancements.
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?