Discussions
Join the NetSuite community to innovate, connect, and discover what’s next.
SuiteWorld brings thousands of innovators, builders, and leaders together to learn, connect, and shape what’s next. This October, explore how to build a stronger foundation for growth through inspiring keynotes, major product reveals, hands-on sessions, and unforgettable moments—all in one place for our biggest event of the year. Register now
Problems with nlapiSetFieldText/Value
Hi there!
Im having a wierd problem setting values to Dept/Class/Loc fields in a Sales Order. At the Job level, we have already defined the dept, class and loc and I want this to get sourced when a SO is created. I tried the nlapiLookupField and that didn't work.
So I created three custom body fields to source these values from the Job and have a post source client script to copy it into the std Dept/Loc/Class fields.
The issue:
Both nlapiSetFieldText/Value work well only when the lists are a dropdown. When the number of entries exceeds the Max entries in the dropdown (as per the user's preference) and the field become <type and tab>, the code breaks! nlapiSetFieldText add a "\" at the end and nlapiSetFieldValue does not work at all!