John Charleson
09/06/2024, 12:57 PMCeligo AI
09/06/2024, 12:57 PMAI generated answer (using internal Slack threads):To show on-hand inventory on a picking ticket in NetSuite, you would need to customize the picking ticket template. The Sales Order record is available to the picking ticket template, so you can access details from it. Here's a general idea of how you can do it: 1. Navigate to
Customization > Forms > Advanced PDF/HTML Templates
.
2. Find the picking ticket template and click Customize
.
3. In the template, you can access the on-hand inventory of an item using salesorder.item.onhand
. You can add this to the template where you want the on-hand inventory to be displayed.
Please note that this requires knowledge of FreeMarker, which is the language used to customize these templates in NetSuite.
Also, keep in mind that the on-hand inventory will be the total on-hand inventory for the item, not specific to any location. If you have multiple locations and want to show the on-hand inventory for a specific location, you would need to use a more complex method involving a Suitelet or a User Event Script to fetch the location-specific on-hand inventory.
******
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
09/06/2024, 12:58 PMSlack thread 1: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.8232795
Slack thread 2: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.822845817
Slack thread 3: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.820359766
Celigo AI
09/06/2024, 12:58 PM