Hi, how to add Package Information in SalesOrder t...
# suitescript
m
Hi, how to add Package Information in SalesOrder to ItemFulFillment transform record
Copy code
var fulfillment = record.transform({
                fromType: record.Type.SALES_ORDER,
                fromId: transaction.id,
                toType: record.Type.ITEM_FULFILLMENT
            });