Modules

filter

 

Objects/Functions

module (N/action)

SuiteScript 2.0

Action.label

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

N/action Module
Action.label
Property Description: The action label.
Type: string
Supported Script Types: Client and server scripts For additional information, see SuiteScript 2.0 Script Types.
Module: N/action Module
Sibling Object Members: Action Object Members
Since: 2018.2
Search NetSuite - https://system.netsuite.com/app/help/helpcenter.nl?search=Action.label

Example:

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

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