mescalante
12/02/2024, 11:41 PMCeligo AI
12/02/2024, 11:41 PMAI 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.
******Celigo AI
12/02/2024, 11:42 PMSlack 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
Celigo AI
12/02/2024, 11:42 PM