How to sort picktasks by bin in WMS PDF?
# ask-stanley-ai
j
How to sort picktasks by bin in WMS PDF?
c
AI generated answer (using internal Slack threads):
To sort pick tasks by bin in WMS PDF, you would need to modify the advanced PDF template used for the picking ticket. Unfortunately, the specific code to do this is not provided in the conversations. However, the conversations suggest that you can add a new column to the inventory details in the template, and you might be able to use a loop to iterate through the bins. Here is a general idea of how you might approach this: 1. Open the advanced PDF template for the picking ticket. 2. Locate the section of the template where the pick tasks are listed. 3. Add a new column to this section for the bin number. You might be able to use something like
${item.record.inventorydetailsrch.binnumber}
or
{inventoryassignment,binnumber}
to get the bin number, as suggested in the conversations. 4. To sort the pick tasks by bin, you would likely need to use a loop to iterate through the pick tasks and sort them by bin number. The specific code to do this would depend on the structure of the template and the data. Please note that this is a general approach and might need to be adjusted based on your specific needs and the structure of your data and template. ****** 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.829178929
Slack thread 2: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.807195306
Slack thread 3: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.799848557
Please provide your feedback on this answer.