Discussions
Read on for the latest updates including:
• Agenda Builder launch
• SuiteWorld On Air registration
• New NetSuite Prompt Studio Contest
• And more!
Check out this thread to learn more!
Picking Ticket blank column
Hi all
We have a picking ticket the code for which is below. It shows the quantity on order and the quantity available without a problem, but is does not show the item.quantitycommitted
So the warehouse do not know how many to actually pick for this order.
When I run a saved search on the same order I can see the quantity committed so the information is there, I have screenshotted this as well:
Code:
<table class="itemtable" style="width: 100%; margin-top: 10px;"><!-- start items --><#list record.item as item><#if item_index==0>
<thead>
<tr>
<th colspan="4">${item.item@label}</th>