We can use email templates for easily sending emails between two records having a contact. Email templates are helpful when the emails should follow a specific format or have some common content like company logo and address.Email templates can be accessed using the navigation: Documents> Templates > Email templatesIf needed to add field values from… Continue reading How to add values to an email template from a custom record and send email
Author: Derin Jose
Map-Reduce script example
Map/Reduce scripts in NetSuite is a scheduled script type that can work on large set of data. It is intended for parallel bulk data operations. They offer more power and benefits over the standard Scheduled scripts.This is a sample code of a map-reduce script for sending emails to all customers with pending invoices that are… Continue reading Map-Reduce script example
Issue when accessing values from script parameters
IssueWe can create script parameters for any suite-script in NetSuite using the “New Parameter” button in “Parameters” subtab during editing any script record. The values inside the script parameters can be accessed inside the script using their internal id. Also the values in parameters can be viewed through UI using the script deployment record of… Continue reading Issue when accessing values from script parameters