Discussions
Join the NetSuite community to innovate, connect, and discover what’s next.
SuiteWorld brings thousands of innovators, builders, and leaders together to learn, connect, and shape what’s next. This October, explore how to build a stronger foundation for growth through inspiring keynotes, major product reveals, hands-on sessions, and unforgettable moments—all in one place for our biggest event of the year. Register now
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.
