how to modify bin transfer form
# ask-stanley-ai
m
how to modify bin transfer form
c
AI generated answer (using internal Slack threads):
To modify the Bin Transfer form, you need to understand that certain forms in NetSuite, including the Bin form, cannot be directly modified. However, you can add custom fields to these forms. If you want to print out a picking slip for a Transfer Order that shows bin and lot numbers for each line, you can do this by going to the Transfer Order Customization, "Linked Forms". This will show you the Picking Ticket to modify. If you haven't yet customized this area, you will have to create new versions of both standard forms i.e., JBL Transfer Order & a JBL Picking Ticket. The JBL Picking Ticket is where you add your columns. The JBL TO form is where you tell your transfers to use the customized pick ticket. For an account without WMS functionality, to get the bin details from the inventory details on the item record to appear on the picking ticket advanced PDF, you simply need to add a new column with the HTML to the inventory details. You can put this in
${item.record.inventorydetailsrch.binnumber}
or
{inventoryassignment,binnumber}
. ****** 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.816235483
Slack thread 2: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.815519273
Slack thread 3: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.797471941
Please provide your feedback on this answer.