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!
Autofill Base Price on New Item
I have a button that when clicked fills in a bunch on info on a new Item record. How do I insert a value in to the Base Price Field on the Pricing Tab?
I can't seem to find the correct field name.
For some of the other fields I have been using the nlapiSetFieldValue
Example:
nlapiSetFieldValue('isonline','T');
nlapiSetFieldValue('salestaxcode','19');
nlapiSetFieldValue('incomeaccount','145');
But what is the Base Price field...
Clint
0