Scenario: While creating a sales order, a custom description is entered for the item on the sales order. But the custom description does not show in the Item Fulfillment email. Solution: 1.Navigate to Setup> Site Builder > Set Up Web Site > Click Edit next to your Website Name 2. Go to Cart tab > tick/enable the Show check box next to Sales Description 3. Click Save. Now… Continue reading Display a Custom Description in an Item Fulfillment Email
Tag: Email send
How to send a Email with a encryped link to user using suite script 2
we need to send the email using the send .email() in suite script2.0 define([‘N/email’], function (email) { “use strict”; function service(context) { log.error(‘context’, context) var senderId = 57271; var salesorderUrl = context.request.parameters.salesorderUrl; var salesorder =… Continue reading How to send a Email with a encryped link to user using suite script 2
PDF report from suitelet, saves to file cabinet and send an email.
Suitelet form opens displays and downloads a pdf report. Which is then saves to NetSuite file cabinet and send an email of the stored report to the respective owners.
Fulfil Order Page – Report generation
Created a Suitelet form to list all the Items, creates report and send email.