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.
NSC | Print Other Currency Symbols in Advanced PDF/HTML Template
There is a requirement to print the transaction currency symbol on the Invoice template using Advanced PDF/HTML. In this scenario, a user needs to print the Yen symbol instead of the Dollar symbol in the Invoice template. Kindly follow the steps below to replace the currency symbol printed:
- Navigate to Customizations > Forms > Advanced PDF/HTML Template
- Preferred Advanced PDF/HTML Template : Click Edit
- Upper Right Corner: Toggle Source Code
- Refer below:
<tr class="totalrow"><td background-color="#ffffff"colspan="4"></td><td align="right"><b>${record.total@label}</b></td><#assign default_currency=record.total?string.currency/><#if record.currency="JPY"><td align="right">${default_currency?replace("$","¥")}</td><#else><td align="right">${default_currency}</td></#if></tr></table>
@Kristoffer Viray-Oracle | Ask A Guru | Let us know what contents you like to see in the Community. You can vote here.