Discussions
Stay up-to-date with the latest news from NetSuite. You’ll be in the know about how to connect with peers and take your business to new heights at our virtual, in-person, on demand events, and much more.
New AI Community Guidelines. Please review and follow them to ensure AI use stays safe, accurate, and compliant.
Narrative Insights is Temporarily Unavailable due to an Infrastructure Issue. Learn how This Impacts Your Account and What to Expect While the Feature is Disabled.
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.
0