Scenario
Printing of Kit/Package members on Packing Slip.
Solution
To be able to remove the kit/package label to show only the members, it is best to use Advanced PDF Template.
1. Create a Transaction Line field
- Navigate to Customization > Lists, Records, & Fields > New
- Fill-in the necessary fields and the following set-up:
- Type = Free-Form Text
- Store Value = checked
- Under Applies To subtab, check on Sale Item
- Under Sourcing & Filtering:
- Source List = Item
- Source From = Type
- Click Save
2. Add a condition on your Advanced PDF/HTML Template that will check the value of the field created in #1.
- Navigate to Customization > Forms > Advanced PDF/HTML Templates
- Add the <#if tranline.custcol31!='Kit/Package'> condition
- Click Save