Users need to have automatic numbering for their Item Fulfillment which can be carried on to the printouts of their Packing Slips.
Solution
Create a Custom Transaction Line Field for Line Number
- Navigate to Customization > Lists, Records, & Fields > Transaction Line Fields > New
- Label: Enter Label
- Example: Line Number
- ID: Enter _line_number
- Type: Select Integer
- Store Value: Remove Checkmark
- Click Applies To
- Item Fulfillment: Enter Checkmark
- Click Validation & Defaulting
- Default Value: Enter ({line}+3)/3
- Formula: Enter Checkmark
- Click Save
Include the Line Number on the Packing Slips
For Basic Printing (Transaction form PDF Layouts):
- Navigate to Customization > Forms > Transaction Forms
- Preferred Packing Slip Form: Click Customize/Edit
- Click Printing Fields
- Click Columns
- Line Number:
- Print/Email: Enter Checkmark
- Click Save
For Advanced Printing (Advanced PDF/HTML Templates):
- Navigate to Customization > Forms > Advanced PDF/HTML Templates
- Preferred Packing Slip PDF/HTML Template: Click Customize/Edit
- Top right corner: Toggle Source Code
- Use the following code on the appropriate line to call out the Line Number field:
- ${item.custcol_line_number}
- Click Save