Multiple lots on one line on pick tickets for tran...
# ask-stanley-ai
s
Multiple lots on one line on pick tickets for transfer order numbers
c
AI generated answer (using internal Slack threads):
Based on the conversations, it seems that you can customize the Picking Ticket to show bin and lot numbers for each line of a Transfer Order. This can be done by going to the Transfer Order Customization, "Linked Forms" which will show you the Picking Ticket to modify. If you haven't yet customized this area, you will have to create new versions of the 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. As for showing all items from the sale order in the Picking Ticket even if they are already shipped, it seems that the whole Sales Order record is available to the picking ticket template so you can access details from it using
salesorder.item
instead of
record.item
. You might need to create a custom freemarker function to join the lines based on the orderline number. For consolidating Transfer Orders generated from supply plans (with the Demand Planning feature), it seems that a script can be built to organize it as one transfer order - with multiple items on the single TO - by location. However, no specific details or code samples were provided in the conversations on how to script this. ****** 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.843755245
Slack thread 2: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.822348297
Slack thread 3: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.82045871
Please provide your feedback on this answer.