Discussions
Read on for the latest updates including:
• Agenda Builder launch
• SuiteWorld On Air registration
• New NetSuite Prompt Studio Contest
• And more!
Check out this thread to learn more!
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!