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.
Adding a currency symbol to the Totals box
Hi All
I just wanted to share with you a User Event script that I had written to add the currency symbol to the numbers in the Totals box, found on Estimates, Bills, and Sales Orders among others. It assumes that the current locale/currency is prefixed to the value rather than suffixed (as in some situations) but this can be easily changed per implementation.
It doesn't run intentionally on create or copy as the currency could be changed mid transaction and wouldn't reflect the value correctly. And relies on the jQuery engine being available 1.5 seconds after the script tag (from the inline html) is executed, to be able to load the necessary modules, extract the current currency, and inject the correct symbol. It also expects the totalbox to have a CSS class of "totallingtable".