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!
Calculate the Qty to Pick using Pick, Pack and Ship and Advanced Forms without using external Script
We are using Advanced PDF/HTML forms for Pick Tickets and we are also using the "Pick, Pack and Ship" feature which creates three stages in an item fulfillment.
We use this feature because it sometimes takes multiple attempts to complete a picking and we need to remove the picked items from the general availability or netsuite will allow the items to be picked more than once under the standar fulfillment.
We need a Quantity to Pick value that is derived from the function of item.quantitycommitted - item.quantitypicked. This will give us the net remaining quantity to pick at any given time. The problem is that although item.quanitypicked appears to be in the sales order and the records browser, it does not appear to show a value in the advanced PDF/HTML form. Hoping that I am missing something simple because the alternative is a script that is problematic for other reasons: