Discussions
Join us for complimentary one-day events around the world and step into a future fueled by AI and limitless potential. Explore new breakthroughs, sharpen your skills, and connect with experts who are shaping what’s next. Experience bold keynotes, interactive learning, and connections that span the global NetSuite community. Discover what's next at SuiteConnect Tour 2026.
Intelligent Payment Automation, powered by BILL (aka Bill.com), lets you automate payments, manage vendor details, and bank account information within NetSuite.
The SuiteApp is available to organizations based in the U.S. with a valid U.S. address, or to global customers (except Canada, China, and Japan) with U.S. business subsidiaries. It only supports payments to vendors operating in the United States.
For more information, visit this thread.
Displaying price levels on the web store item detail page
We want to display a regular price (online price) and a member price on the item detail page of the web store. We use the following tags for displaying these prices:
<%=getCurrentAttribute('item','salesPriceHTML')%>
<%=getCurrentAttribute('item','pricelevel2')%>
This works fine for regular inventory items, but for matrix items, the second price does not display (price level 2):
<%=getCurrentAttribute('item','pricelevel2')%>
Note that the sub matrix items have different pricing, and therefore, there is no pricing stored at the parent matrix level. If we were to add a price for this price level at the parent matrix item level, it does display. But obviously we cannot do that since there is a range of prices in the sub matrix items that dynamically construct the parent price.