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.
Please note that on Saturday, April 18, 2026, at 8:00 PM Pacific Time, our Case Management System will undergo a scheduled maintenance for approximately 15 minutes. During this time, case creation via SuiteAnswers will be unavailable and inbound calls will be routed to Customer Service.
SetFieldValue (on Combo List)
Good morning,
When we do an inventory adjustment, there are a few default selections I would like on the form that fill in automatically, one being the adjustment account.
Ours in this case when picked from the list is "11300 INVENTORY", however the following doesn't work.
nlapiSetFieldValue('account','11300 INVENTORY');
If there a different API call to set the value of a field whom is validated automatically when done manually? When I paste the value "11300 INVENTORY" manually it comes up with an alert saying "No Match" but when I select it from the list, it's the same text in the field as I pasted in.
0