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!
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.