Display a Custom Description in an Item Fulfillment Email

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

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