Modules

filter

 

Objects/Functions

module (N/record)

SuiteScript 2.0

Macro.label

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

N/record Module
Macro.label
Property Description: The label 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.label

Example:

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

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