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.
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