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
Please note that on Friday, March 20, 2026, at 8:00 PM Pacific time, our Case Management System will undergo a scheduled maintenance for approximately 4 hours. During this time, case creation via SuiteAnswers will be unavailable and inbound calls will be routed to Customer Service.
Using getCurrentAttribute in Auto-Email from Website
Hello All,
I am trying to use the getCurrentAttribute function to print rich text custom field (it currently contains html) information onto the email that is sent out when an order is received. I have made sure to also use the declareCurrentAttribute function to declare it because I know there were issues with embedded tags.
I am using the Customize Text page to update the email. Here is the custom email code that I am using:
<html><head> <%=declareCurrentAttribute('salesorder','custbody_so_custom_item_approval')%> <style> .smalltext { font-size: 9pt; } .texttable { font-size: 10pt; padding: 2 0 2 0 ; border-style: solid; border-width: 1 1 1 1; border-color: white; vertical-align: top;} .texttablebold { font-size: 10pt; padding: 2 0 2 0; font-weight: bold; border-style: solid; border-width: 1 0 0 0; border-color: white; vertical-align: top;} .texttablectr { font-size: 10pt; text-align: center; padding: 2 0 2 0; border-style: solid; border-width: 1 0 0 0; border-color: white; vertical-align: top;} .texttablert { font-size: 10pt; text-align: right; padding: 2 0 2 0; border-style: solid; border-width: 1 0 0 0; border-color: white; vertical-align: top;} </style> </head> <body style='font-family: 0