Modules

filter

 

Objects/Functions

module (N/runtime)

SuiteScript 2.0

runtime.accountId

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

N/runtime Module
runtime.accountId
Property Description: The account ID for the current user.
Type: string (read-only)
Supported Script Types: Client and server scripts For more information, see SuiteScript 2.0 Script Types.
Module: N/runtime Module
Since: 2015.2
Search NetSuite - https://system.netsuite.com/app/help/helpcenter.nl?search=runtime.accountId

Example:

// Code Example 1
// Add additional code
//...
log.debug('Account ID for the current user: ' + runtime.accountId);
//...
// Add additional code

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