This topic contains 2 replies, has 0 voices, and was last updated by dlindy 7 years, 9 months ago.
-
AuthorPosts
-
November 4, 2016 at 8:41 pm #2307
dlindyWe 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:
Here is what we are doing now, much of this was sourced from this user group:
#if>
#function>
#if>
${qtyRemaining} ${prevPicked} No matter what I do, the item.quantitypicked value is 0 or null before the toNumber function.
Can someone confirm that this field is/or is not exposed to advanced PDF/HTML Templates? And if it is not available, any suggestions on a work around?
This is a cached copy. Click here to see the original post. -
December 7, 2016 at 1:40 pm #2308
jokellJust curious if you ever resolved this. I believe the field isn’t available on the advanced forms, but I haven’t confirmed that with support yet. Other fields that don’t seem to be available? item.quantityavailable and item.quantitypacked
-
January 25, 2017 at 2:37 pm #2309
dlindyNope, we now run a script that calculates the balance, put it on the order and fulfillment lines, and then include the value on the advanced forms. The script runs on both the so and the fulfillment and updates both when changes take place.
-
AuthorPosts
You must be logged in to reply to this topic.