To get all tracking numbers on an Item Fulfillment, you should account for all the possible tracking numbers. There are three that NetSuite uses: transaction.package transaction.packageups transaction.packagefedex The actual tracking link is referenced in with FreeMarker like this: <#list transaction.package as pkg>${pkg.packagetrackingnumber}</#list> <#list transaction.packageups as pkg>${pkg.packagetrackingnumberups}</#list> <#list transaction.packagefedex as pkg>${pkg.packagetrackingnumberfedex}</#list> I list each package tracking… Continue reading Tracking numbers on an Item Fulfillment
Tag: item_fulfillment
Customize standard item fulfillment email
Preference is called SEND ORDER FULFILLED CONFIRMATION EMAILS and is found under Setup > Accounting > Preferences > Accounting Preferences, in the Order Management, Fulfillment section. If that is enabled then all you can do is customise the template with limited access to fields. The fields are: {1} is replaced with the customer name.… Continue reading Customize standard item fulfillment email