Modules

filter

 

Objects/Functions

module (N/record)

SuiteScript 2.0

Macro.description

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

N/record Module
Macro.description
Property Description: The description of the macro. For information about record macros, see Overview of Record Action and Macro APIs.
Type: string
Supported Script Types: Client and server scripts For additional information, see SuiteScript 2.0 Script Types.
Module: N/record Module
Parent Object: record.Macro
Sibling Object Members: Macro Object Members
Since: 2018.2
Search NetSuite - https://system.netsuite.com/app/help/helpcenter.nl?search=Macro.description

Example:

// Code Example 1
// Add additional code
//...
var description = macro.description; // get the description of the macro
//...
// Add additional code

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