Luis
08/24/2023, 6:45 AMDavid B
08/24/2023, 10:59 PM<#if itemlist?size gt 0>David B
08/24/2023, 11:00 PM<#list ...> inside the if statement)Luis
08/25/2023, 1:28 AMStephan Vagner
08/25/2023, 3:21 AMDavid B
08/25/2023, 4:22 AM<#if> and just filter directly in the <#list>. Like this:
<#list record.item?filter(item -> item?itemtype == 'inventory item') as item>Stephan Vagner
08/25/2023, 6:11 AM