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.
Getting List Price
Hello,
I am trying to the list price (price level 1) of an item from the inventory record in SuiteScript. I have multiple currency and quantity pricing turned off but I do have multiple pricing turned on.
I have been through the help on this topic and tried several variations of:
- itemRecord.getLineItemMatrixValue
- itemRecord.getCurrentLineItemMatrixValue (after selecting a line)
- nlapiGetLineItemMatrixValue
but to to avail. I either get null returned or I get errors.
If anyone can give me any pointers or sample code, it would be greatly appreciated.
Thanks!
0