Slackbot
06/09/2022, 7:56 AMDavid B
06/12/2022, 8:50 PM<#if tranline.line == item.orderline>
David B
06/12/2022, 9:01 PMDavid B
06/12/2022, 9:04 PMThanks David, so you use this with <#list salesorder.item as tranline> ?Yes, so without accounting for Transfer Orders (see above), the pattern would be:
<#list record.item as item>
<#list salesorder.item as tranline>
<#if tranline.line == item.orderline>
<!-- here the SO line and IF line match -->