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.
After Submit - nlapiGetFieldTexts not working
nlapiGetFieldValues gets the values OK, but nlapiGetFieldTexts just returns empty array.
I have a multi-select with two values selected:
Test results on same field ID:
nlapiGetFieldValues: empty? false; is array? true; length: [2]; [Ljava.lang.String;@2a000255
nlapiGetFieldTexts: empty? false; is array? true; length: [0]; [Ljava.lang.String;@2a0064e6
Hmmm... Bug? Does nlapiGetFieldTexts work in after submit? It should.
--edit--
If I first load the record and use nlobjRecord.getFieldTexts, the same thing. Same issue.
Same if I load in dynamic record mode.