Customize Item Fulfillment Email

Requirement Need to add a field into the customize fulfillment email for eg: Tracking Numbers Solution Navigate to Setup > Accounting > Customize Fulfillment Email.  Copy the Default Text and paste it in the Customization box.  Remove {7} in the Customization box. Add the following to the Item Fulfillment codes:                 Tracking numbers:<br>                <%=getCurrentAttribute(‘salesorder’,’linkedtrackingnumbers’)%><br><br> 5. Click Save. 

Adding hyperlink in saved search column

Requirement Add a hyperlink in saved search to open the particular purchase order. Solution Following code snippet is a saved search code having hyperlink that open up a purchase order.

Send Email Notification on Item Fulfilment

Requirement We need to send Email notification to the customer, when the status of an order changes from Pending Fulfilment to Pending Billing Solution In NetSuite there is a standard way to send Item fulfilment Emails. For that we need enable the Send Order Fulfilled Confirmation Emails feature. When this feature is enabled, we can… Continue reading Send Email Notification on Item Fulfilment