Discussions
Join us for complimentary one-day events around the world and step into a future fueled by AI and limitless potential. Explore new breakthroughs, sharpen your skills, and connect with experts who are shaping what’s next. Experience bold keynotes, interactive learning, and connections that span the global NetSuite community. Discover what's next at SuiteConnect Tour 2026.
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!