Discussions
Check out Oracle NetSuite upcoming events and conferences here
Now is the time to ask your NetSuite-savvy friends and colleagues to join the NetSuite Support Community! Refer now! Click here to watch and learn more!
Attention: Customers with NetSuite Electronic Bank Payment (EBP) SuiteApp, version 2020.2 QA (ID 315896) must UPDATE (do NOT uninstall) their bundle to the Production version 2022.1 (ID 416781) by December 31, 2022. Note: If users fail to manually update the Electronic Bank Payments SuiteApp within the given time window, this version of the SuiteApp (ID: 315896) will be deprecated and the account will not be updated to Leading version (2022.1) of the Electronic Bank Payments SuiteApp. Please refer to the campaign email sent to impacted customers for more information.
Update your Profile with your Support type to get your Support Type badge.
Expand your NetSuite knowledge by joining our Ask A Guru Live sessions. RSVP on this event now.
Join the NetSuite Referral Program and get rewarded for introducing your peers to the NetSuite community. ⭐️ https://lnkd.in/eYXGYfC9
SuiteWorld Early Bird Registration is OPEN! The countdown to SuiteWorld is officially on!
NSC | Apply Font Style on an Advanced PDF/HTML Template
A field enclosed in a <td> tag or <p> tag cannot be styled. The <font> tag is not supported on Advanced PDF/HTML Templates because it uses HTML5. One possible solution is to use the <span> tag to add attributes on the field.
1. Navigate to Customization > Forms > Advanced PDF/HTML Templates
2. Preferred Advanced PDF/HTML Template: Click Edit
3. Top Right Corner: Toggle Source Code
4. Add below code:
<span style = "font-size: 10pt">${check.entity}</span>
5. Click Save
Note: Place the code on the position depending on where it is preferred to be displayed on the template.
Hopefully this works. Feel free to share us about your thoughts and tips 😊
Tagged:
0