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.
Please note that on Saturday, April 11, 2026, at 8:00 PM Pacific time, our Case Management System will undergo a scheduled maintenance for approximately 30 minutes. During this time, case creation via SuiteAnswers will be unavailable and inbound calls will be routed to Customer Service.
Customize Email Templates for Order Received
I need to Customize Email Templates for Order Received. The standard template I used is Standard Web Site Order Received.
There is a custom field in customer record
is VIP Customer
It is a checkbox with ID custentity5
I need to add a condition in template so that if customer is a VIP customer (i.e. custentity5 is checked), display Thank you for being VIP Customer.
What I have tried is
<#if customer.custentity5 == "T"> Thank you for being VIP Customer.<br />
</#if>
But I m getting error Cant compare value of these types.
Any example and assistance would be greatly appreciated . Thanks!
1