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.
Currency selector not changing pricelevel1 attribute
I have the following attribute tag in an item list cell template:
<%=getCurrentAttribute('item','pricelevel1')%>
The site also has the NetSuite currency selector in the left sidebar.
Before 2014.1, when the currency selector was changed to a different currency that what was displayed when the page first loaded, it used to change the above tag to represent that currency.
I compare that value to the value in <%=getCurrentAttribute('item','salespricehtml')%> to determine if the item's current online price is lower then MSRP. Then I show both with a strike-thru on the MSRP price. It's been working great for quite a long time.