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.
SuiteWorld | October 25–28, 2026 | Las Vegas Where our community gets ready for what’s next!
SuiteWorld brings thousands of innovators, builders, and leaders together to learn, connect, and shape what’s next. This October, explore how to build a stronger foundation for growth through inspiring keynotes, major product reveals, hands-on sessions, and unforgettable moments—all in one place for our biggest event of the year. Join us
SuiteWorld brings thousands of innovators, builders, and leaders together to learn, connect, and shape what’s next. This October, explore how to build a stronger foundation for growth through inspiring keynotes, major product reveals, hands-on sessions, and unforgettable moments—all in one place for our biggest event of the year. Join us
Looking up an item's price without knowing its type
I have a sales order user event script that accepts custom prices (for items that have this enabled). The script validates the amount is correct via an encrypted signature which requires looking up the default/normal price. My problem is that I can't look up the item without knowing what type it is (e.g. noninventoryitem) and I can't seem to find a method that would return 'noninventoryitem" using the getLineItemValue method.
My second attempt at this used getLineItemValue to pull rateschedule which is an array whose second value is what I need (i.e. the normal price). The problem is that this only appears to work when I run the commands in a console manually and not from my user event script.
0