Another Crystal question - packing list customization. Client uses BOM kits (always explode). When the product is a kit, they only want to see kit components, not kit items. Picking Sheet printing gives you an option to include kit items, but there is no such option with packing lists. Both kits items and components print.
What I attempted was to add CI_Item table and modify the Details A (Item line) suppression criteria to be: formula = {SO_PackingListWrk.ItemType} = ""4"" or {CI_Item.ProductType} = ""K"" or PreviousValue({@InvoiceNoLineNumber}) = {@InvoiceNoLineNumber}; result is the kit items are suppressed, but I also lose the /C comment line in my test order. I did not modify the Details B (Line type 4) suppression criteria from the standard suppression formula. Can someone correct my formula or suggest a better way?