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!
Don’t miss your chance to meet our SuiteGurus—NetSuite Support professionals and subject matter experts with extensive experience in select product areas, including OneWorld, Advanced & Basic Accounting, Supply Chain Management, Receivables & Payables, CRM, Account Administration, and the SuiteCloud Platform. Full Conference attendees can prebook exclusive 30-minute one-on-one sessions for your product questions.
Spots are limited! Register through your Agenda Builder and find SuiteGuru under Agenda Enhancements.
Alittle help with displaying pricing please
Hello
Help would be greatly appreciated. Elephant and gold stars stamps for all.
In my item list cell template I use the following tag to display the item pricing: <%=getCurrentAttribute('item','salesPricelistHTML')%>
Now that is great for most products, however, there are a few where I don't want to display the quantity price breaks. It is my understanding that this tag should display only the base price: <%=getCurrentAttribute('item','pricelevel1')%>
That sort of works, however, it displays the price without GST (Australian Stupid Tax)
Is there an alternate tag that will display including tax? Is there a way I can manipulate that tag to display with 10% added on?