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.
Now is the time to ask your NetSuite-savvy friends and colleagues to join the NetSuite Support Community! Refer now! Click here to watch and 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.
0