最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

freemarker - Attaching Item Fulfillment Print template data in Purchase order Print Template in Netsuite - Stack Overflow

programmeradmin0浏览0评论

I need to replicate the ENTIRE Item Fulfillment Packing Slip appended at the bottom of the Purchase Order, when the createdfrom.type = Drop Ship. We should be able to source all the customer related stuff from the createdfrom join. The items only need to be the items that are on the Purchase Order - so Same Item List as the PO itself, just replicated again in the Packing Slip format. not the Items from the sales order.We don't need the Packing slip number either, can just use the PO number. However I tried to get some info like billAddress : record.createdfrom.billaddress But my major question is how can i get the Quantity ordered and Quantity Shipped and On Backorder on purchase order which was on item fulfillment

I need to replicate the ENTIRE Item Fulfillment Packing Slip appended at the bottom of the Purchase Order, when the createdfrom.type = Drop Ship. We should be able to source all the customer related stuff from the createdfrom join. The items only need to be the items that are on the Purchase Order - so Same Item List as the PO itself, just replicated again in the Packing Slip format. not the Items from the sales order.We don't need the Packing slip number either, can just use the PO number. However I tried to get some info like billAddress : record.createdfrom.billaddress But my major question is how can i get the Quantity ordered and Quantity Shipped and On Backorder on purchase order which was on item fulfillment

Share Improve this question asked Feb 4 at 6:39 Amit KadlagAmit Kadlag 395 bronze badges
Add a comment  | 

1 Answer 1

Reset to default 1

A possible approach is to create a user event (beforeLoad) that runs in the print context. Then, you can add the necessary data from the created from record using the methods Form.addField(...) or Form.addSublist(...).

与本文相关的文章

发布评论

评论列表(0)

  1. 暂无评论