Modules

filter

 

Objects/Functions

module (N/render)

SuiteScript 2.0

EmailMergeResult.subject

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

N/render Module
EmailMergeResult.subject
Property Description: The subject 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.subject

Example:

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

//Add additional code

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