Is it possible to display BIN Number in WMS Pickin...
# ask-stanley-ai
j
Is it possible to display BIN Number in WMS Picking Ticket PDF?
c
AI generated answer (using internal Slack threads):
Yes, it is possible to display the BIN Number in WMS Picking Ticket PDF. You can achieve this by customizing the Picking Ticket form. Here are the steps to do it: 1. Navigate to the Transfer Order Customization, and look for "Linked Forms". This will show you the Picking Ticket that you can modify. If you haven't yet customized this area, you will have to create new versions of both standard forms i.e., Transfer Order & Picking Ticket. 2. The Picking Ticket is where you add your columns. You can add a new column with the HTML to the inventory details. You can use the following code to get the bin details from the inventory details on the item record:
${item.record.inventorydetailsrch.binnumber}
or
{inventoryassignment,binnumber}
. 3. The Transfer Order form is where you tell your transfers to use the customized pick ticket. Please note that this solution assumes that you have the necessary permissions to customize forms in NetSuite. ****** Disclaimer: This response was generated by an artificial intelligence assistant based on previous conversations from multiple Slack channels, and may contain inaccuracies or mistakes. ******
Slack thread 1: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.86654985
Slack thread 2: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.842498899
Slack thread 3: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.840869546
Please provide your feedback on this answer.