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 |
Module |
|
Parent Object |
|
Sibling Object Members |
|
Since |
2018.2 |
Syntax
Important:
The following code sample shows the syntax for this member. It is not a functional example. For a complete script example, see N/record Module Script Samples.
// Add additional code
...
var attributes = macro.attributes; // get the attributes of the macro
...
// Add additional code