Vishal Chaudhari
08/08/2025, 9:40 AMCeligo AI
08/08/2025, 9:40 AMAI generated answer (using internal Slack threads):To add a description item in the advanced PDF packing slip, you would need to customize the Advanced PDF/HTML template used for the packing slip. Here are the steps: 1. Navigate to
Customization > Forms > Advanced PDF/HTML Templates
.
2. Find the template used for your packing slip and click Edit
.
3. In the Template Content
section, you will see the existing code for the template. You need to locate the section where the item details are being printed. This is usually within a #list
block.
4. To add the item description, you would add a line of code within this block that references the item's description field. This would look something like this: ${record.item.description}
.
5. Save your changes.
Please note that the exact field name for the item's description may vary depending on your NetSuite setup. You may need to adjust the field name accordingly.
******
Disclaimer:
This response was generated by an artificial intelligence assistant based on previous conversations from multiple Slack channels, and may contain inaccuracies or mistakes.
******Celigo AI
08/08/2025, 9:41 AMSlack thread 1: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.837635815
Slack thread 2: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.829405785
Slack thread 3: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.825893641
Celigo AI
08/08/2025, 9:41 AM