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!
nlapiGetCurrentLineItemValue returns null
I have added some script to a purchase order form and it does not seem to be working properly. I have the following running at line item save:
manufacturertariff = nlapiGetCurrentLineItemValue('item', 'manufacturertariff'); alert(manufacturertariff);The alert box is always null. The tariff number is populated and I also get a null with any field i try to get.
Any simple solution to this?
0