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.
Please note that on Saturday, April 18, 2026, at 8:00 PM Pacific Time, our Case Management System will undergo a scheduled maintenance for approximately 15 minutes. During this time, case creation via SuiteAnswers will be unavailable and inbound calls will be routed to Customer Service.
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