My Stuff
Comments
-
Update - Avinash's help was instrumental in getting this template to work. I had to slightly modify the above code. Below is the code that I got to work with the two changes shown in bold. <#list record.item as tranline> <#assign itemName = tranline.item> <#assign serialNumbers = tranline.serialnumbers> <#assign itemIndex…
-
Thank you Avinash! The new code is producing the same result: not showing Quantity Ordered or Quantity Remaining. These are the roadblocks I have been running into for the last couple days. Seems like it should be so simple…
-
Using the sample code that was sent above - Below are some screenshots to hopefully explain the problem I am having: The Packing List The Sales Order (has some serial #s) The Item Fulfillment (has complete list of serial #'s) Now, if I revert back to standard code provided in Netsuite Standard Packing Slip Template,…
-
Hi Avinash - I inserted the code and got the same result: I get the Serial Numbers but do not get the Quantity Ordered or Quantity Remaining when there is a Description. Thank you and let me know if you need more information!