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!
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.