Modules

filter

 

Objects/Functions

module (N/action)

SuiteScript 2.0

action.Action

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

N/action Module
action.Action
Object Description: Encapsulates a NetSuite record action. This object is returned by the action.get(options) and action.find(options) methods.
Supported Script Types: Client and server scripts For additional information, see SuiteScript 2.0 Script Types.
Module: N/action Module
Methods and Properties: Action Object Members
Since: 2018.2
Search NetSuite - https://system.netsuite.com/app/help/helpcenter.nl?search=action.Action

Example:

// Code Example 1
// Add additional code
//...
var action = actionMod.get({recordType: 'timebill', id: 'approve'});
//...
// Add additional code

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