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.
Please note that on Saturday, April 11, 2026, at 8:00 PM Pacific time, our Case Management System will undergo a scheduled maintenance for approximately 30 minutes. During this time, case creation via SuiteAnswers will be unavailable and inbound calls will be routed to Customer Service.
{salesprice} versus {salesPriceHTML} in Matrix items at category level
On the category level we want to have a preview of pricing for our customers (usually the starting price). Using <%=getCurrentAttribute('item','xxxxx')%> works OK where xxxxx is "salesprice" or something like "pricelevel5".
One issue with any price level code that we've tried is MATRIX items.
For example, when the parent prices are left BLANK and all children have prices... then, the template shows "Prices start at <null>".
For example, when the parent prices are irrelevant old pricing and all children have their current accurate prices set... then, the template shows "Prices start at WRONG PRICE". where "WRONG PRICE" is actually one of the old unmanaged prices held in the parent.
0