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!
New AI Community Guidelines. Please review and follow them to ensure AI use stays safe, accurate, and compliant.
Stay in the Know
Be sure you're subscribed to NetSuite communication to stay in the know about monthly happenings, updates and announcements. Subscribe
Be sure you're subscribed to NetSuite communication to stay in the know about monthly happenings, updates and announcements. Subscribe
Price Level Text in Client Script
I'm writing a client script to validate the Price Level for each line item on an Estimate. I want to retrieve both the Price Level text (e.g. "Retail Pricing") and its id value (e.g. 3).
I'm able to get the id value using nlapiGetLineItemValue('item','price', i), but I cannot get the Price Level text using nlapiGetLineItemText('item','price', i). It just returns a null string.
For some reason, this is only a problem with Price Level. I have no trouble retrieving both the text and the value for similar item level fields like Location, Department and Class.
Any explanations or workarounds would be much appreciated.
0