N/config Module

Use the N/config module to access NetSuite configuration settings. The config.load(options) method returns a record.Record object. Use the record.Record object members to access configuration settings. You do not need to load the N/record module to do this.

See config.Type for a list of supported configuration objects.

                                   

In This Help Topic

N/config Module Members

Member Type

Name

Return Type / Value Type

Supported Script Types

Description

Method

config.load(options)

record.Record

Server scripts

Loads a record.Record object that encapsulates the specified configuration page.

Enum

config.Type

enum

Server scripts

Holds the string values for supported configuration objects. This enum is used to set the value of the NetSuite configuration page you want to access.

Related Topics

SuiteScript 2.x Modules
SuiteScript 2.x

General Notices