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.
Keep an eye out for upcoming NetSuite events, including meetups, workshops, and webinars. These sessions are a great way to connect with peers, learn from experts, and stay current on the latest NetSuite updates and best practices. Registration links are provided in each event.
SuiteWorld | October 25–28, 2026 | Las Vegas
Registration opens June 9. Be ready when passes drop. Get the green light now - Convince your boss
Registration opens June 9. Be ready when passes drop. Get the green light now - Convince your boss
Email Template Manipulation...
Does anyone know if it is possible to add a hyperlink into an email template based on a custom field on the sales order?
Here is a snippit of the code I am using.
<div><span style="color: #81878c; text-align: left;">${label}:</span>
<span style="padding-left: 5px;">${value}</span><br />
<span style="color: #81878c; text-align: left;">Item:</span>
<a href="${itemurls[itemline.item.internalId]}"><span style="padding-left: 5px;">
${itemline.custcol21}</span></a><br />
<span style="padding-left: 5px;">${itemline.custcol34}</span></div>
I wanted to make {itemline.custcol34} to be a hyperlink pointing to the link that is populated in {itemline.custcol36}
0