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.
Keep an eye out for upcoming NetSuite events, including meetups, workshops, and webinars. These sessions are a great way to connect with peers, learn from experts, and stay current on the latest NetSuite updates and best practices. Registration links are provided in each event.
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