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.
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