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.
Keep an eye out for upcoming NetSuite events, including meetups, workshops, and webinars. These sessions are a great way to connect with peers, learn from experts, and stay current on the latest NetSuite updates and best practices. Registration links are provided in each event.
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