Can anyone help with the freemarker syntax for listing items from a salesorder on an email template?
<#list transaction.item as item>
${item.itemid}
</#list
I'm having trouble understanding the object name as well. If I'm emailing from a sales order why would I use transaction instead of salesorder?