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!
Stay in the Know
Be sure you're subscribed to NetSuite communication to stay in the know about monthly happenings, updates and announcements. Subscribe
Be sure you're subscribed to NetSuite communication to stay in the know about monthly happenings, updates and announcements. Subscribe
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