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!
Why won't this email template display correctly?
We would like to automate one of our processes by auto-populating the email body according to the item on the sales order.
Here is the current template i'm using:
Here is how the preview displays:
Here is the item line on the sales order:
I have tried these variations:
<#list transaction.item as itemLine>
<#if itemLine.itemId == "Calibration Certificate for T&M">
<#list transaction.item as itemline>
<#if itemline.itemid == "Calibration Certificate for T&M">
<#list transaction.item as itemline>
<#if itemline.itemNumber == "Calibration Certificate for T&M">
<#list transaction.item as itemline>
<#if itemline.itemnumber == "Calibration Certificate for T&M">
-Imelda
Tagged:
0