Discussions
Stay up-to-date with the latest news from NetSuite. You’ll be in the know about how to connect with peers and take your business to new heights at our virtual, in-person, on demand events, and much more.
New AI Community Guidelines. Please review and follow them to ensure AI use stays safe, accurate, and compliant.
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
