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.
Item Template Formula
Started a new thread based on the advice of others so I don't hijack someone elses thread...
Am looking for some help on how to subtract two price fields in an item template.
First field, the MSRP price level I added with an internal ID of 7. This works fine.
Using this tag to pull in the price: <%=getCurrentAttribute("item","PriceLevel7")%>
Second field, the BASE price level with an internal ID of 1. This works fine as well.
Using this tag to pull in the price: <%=getCurrentAttribute("item", "salesPricehtml")%>
Now all I want to do is subtract the value of both fields to create a "Your Savings" line to display.