Print all Inventory Detail Bins on Print BOM
# ask-stanley-ai
m
Print all Inventory Detail Bins on Print BOM
c
AI generated answer (using internal Slack threads):
To print all Inventory Detail Bins on Print BOM, you can use the Advanced PDF/HTML templates in NetSuite. You can add a new column with the HTML to the inventory details. The field to use would be
${item.record.inventorydetailsrch.binnumber}
or
{inventoryassignment,binnumber}
. However, please note that you cannot write to record values in advanced PDFs. You can only extract data and manipulate it before printing. Also, if you are dealing with a large number of lines, using a script to set the bins on sales order might take a lot of time. For checking the quantity on hand as of a particular date with Bin information, you can use the inventory valuation report. However, the bin numbers are formatted in a strange way, like BinNameA(Count),BinNameB(Count) all in a single column. ****** 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.828958392
Slack thread 2: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.825649083
Slack thread 3: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.808635831
Please provide your feedback on this answer.