Modules

filter

 

Objects/Functions

module (N/record)

SuiteScript 2.0

Macro.attributes

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

N/record Module
Macro.attributes
Property Description: The defined attributes of the macro. For information about record macros, see Overview of Record Action and Macro APIs.
Type: Object
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.attributes

Example:

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

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