Modules

filter

 

Objects/Functions

module (N/render)

SuiteScript 2.0

EmailMergeResult.body

// Please search https://system.netsuite.com/app/help/helpcenter.nl?search=EmailMergeResult.body for more information.

N/render Module
EmailMergeResult.body
Property Description: The body of the email distribution in string format
Type: string (read-only)
Supported Script Types: Server-side scripts For more information, see SuiteScript 2.0 Script Types.
Module: N/render Module
Since: 2015.2
Search NetSuite - https://system.netsuite.com/app/help/helpcenter.nl?search=EmailMergeResult.body

Example:

// Code Example 1
//Add additional code
//...
log.debug({
title: 'Email Body: ',
details: mergeResultObj.body
});
//...

//Add additional code

//SOURCE: https://system.netsuite.com/app/help/helpcenter.nl?fid=section_4412212816.html