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 | Display Signature Image on Bill Payment upon Certain Condition
Show a signature on the Bill Payment using Advanced PDF/HTML Template, when the Total Amount is less than 10000.
1. Navigate to Customization > Forms > Advanced PDF/HTML Templates
2. Preferred Advanced PDF Template: Click Edit
3. Top right corner: Toggle Source Code
4. Add the following code:
<#if record.total lt 10000> <img src="image link"> </#if>
5. Click Save
Note: Replace image link with the actual URL of the image. Place the code on the preferred position on the template.
Let us know about your thoughts 😊
Tagged:
0