Sending email from extension. Using ‘nlapiSendEmail()’.

Create emailbody in SuiteScript, after that add the emailbody in nlapiSendEmail(). This is the syntax ‘nlapiSendEmail ( from , to , subject , body , cc , bcc , records , files )’. After that send the mail, if mail is not received at recipient, we can set some permissions in user. First take extension… Continue reading Sending email from extension. Using ‘nlapiSendEmail()’.

Resolve Error: “The template cannot be saved due to the following errors: The following has evaluated to null or missing.” When Customizing a System Email Template

Scenario User customizes a system email template and an error alert is returned. The behavior is caused by some system email templates referencing record types that are only available when their underlying features are enabled. For example, if the Gift Certificates feature is disabled, the native Standard Web Site Gift Certificate system email template would… Continue reading Resolve Error: “The template cannot be saved due to the following errors: The following has evaluated to null or missing.” When Customizing a System Email Template

Email template Issue with Outlook app in Windows

The style applied to an Image in the style tag may not detect by the outlook app. SO the Image may appear in its original size in the outlook app. For resolving the issue use the code below: Code snippet: In this code, the height and width are given outside the style tag for detecting… Continue reading Email template Issue with Outlook app in Windows

Email sending on save action of task record

Requirement When a task record is opened, in the escalation tab, when we enter data in the escalation record and save the task record then send an email to the employee in the escalation record. When task record is saved, the escalation record needs to become empty. Solution A userevent script is created to send… Continue reading Email sending on save action of task record

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