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.
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!
Stay in the Know
Be sure you're subscribed to NetSuite communication to stay in the know about monthly happenings, updates and announcements. Subscribe
Be sure you're subscribed to NetSuite communication to stay in the know about monthly happenings, updates and announcements. Subscribe
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