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