Modules

filter

 

Objects/Functions

module (N/runtime)

SuiteScript 2.0

runtime.country

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

N/runtime Module
runtime.country
Property Description: The country for the current company.
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: 2020.2
Search NetSuite - https://system.netsuite.com/app/help/helpcenter.nl?search=runtime.country

Example:

// Code Example 1
// Add additional code
//...
log.debug('Country for the current company: ' + runtime.country);
//...
// Add additional code

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