Good Morning! This is an advanced PDF code question. On our packing slips, we are trying to pull the serial numbers from the inventory detail on the sales order. But it includes the bin numbers as well. Is there an appropriate freemarker expression/built in string we can use to hide bin numbers and only show serial numbers?
I've tried using 'keep_before' and 'contains' in #if statements but the former only shows 1 serial number for item lines with multiple serials and the latter hides all the inventory detail whenever I include a consistent part of the bin number. Any help would be much appreciated! :)