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!
Packing slip Qty Fulfilled on that IF record
Anyone know the "code" to show the qty of an item fulfilled/ship on the specific Pack slip that is being printed? The last line of the code is NOT pulling the quantity fulfilled on the partial shipments, it pulls the quantity for the order.
<td colspan="3">${tranline.options}</td>
<td align="right" colspan="4">${tranline.quantityordered}</td>
<td align="right" colspan="4">${tranline.quantityremaining}</td>
<td align="right" colspan="4">${tranline.quantity}</td>
TIA